Home
last modified time | relevance | path

Searched refs:opt_f (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/iconv/
H A Diconv.c175 char *opt_f = NULL, *opt_t = NULL; in main() local
195 opt_f = estrdup(optarg); in main()
208 if (argc > 0 || opt_s || opt_f != NULL || opt_t != NULL) { in main()
214 if (opt_f == NULL) { in main()
217 opt_f = nl_langinfo(CODESET); in main()
222 do_conv("<stdin>", stdin, opt_f, opt_t, opt_s, opt_c); in main()
229 do_conv(argv[i], fp, opt_f, opt_t, opt_s, in main()
/netbsd-src/external/bsd/less/dist/
H A Dmkutable11 use vars qw( $opt_f $opt_n );
37 $type_field = $opt_f if $opt_f;
/netbsd-src/external/bsd/openldap/dist/build/
H A Dshtool240 opt_f=no
253 opt_f=no
272 opt_f=""
1055 if [ ".$opt_f" = .no ] && [ ".$opt_p" = .no ]; then
1156 if [ ".$opt_f" = .yes ]; then
1317 elif [ ".$opt_f" != . ]; then
1318 if [ ! -f $opt_f ]; then
1319 echo "$msgprefix:Error: command file \`$opt_f' not found or not a regular file" 1>&2
1322 sedcmd="$sedcmd -f '$opt_f'"
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dfixman26 $opt_f = undef;
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
/netbsd-src/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c69 int opt_f; /* Don't ask, just do what you're told */ variable
128 ++opt_f; in main()
131 ++opt_f; in main()
595 if (!opt_f) { in write_volhdr()
/netbsd-src/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl372 if("$opt_f" eq "")
374 $FILENAME=$opt_f;