Home
last modified time | relevance | path

Searched refs:ufile (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Dperlio.t56 my $ufile = File::Spec->catfile($dir,"$src.utf");
57 open my $fh, "<:utf8", $ufile or die "$ufile : $!";
/mirbsd/src/usr.sbin/pppd/
Doptions.c1400 FILE * ufile; local
1406 if ((ufile = fopen(*argv, "r")) == NULL) {
1410 if (!readable(fileno(ufile))) {
1414 check_access(ufile, *argv);
1417 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL
1418 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
1422 fclose(ufile);