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

/netbsd-current/usr.bin/iconv/
H A Diconv.c175 char *opt_f = NULL, *opt_t = NULL; local
195 opt_f = estrdup(optarg);
208 if (argc > 0 || opt_s || opt_f != NULL || opt_t != NULL) {
214 if (opt_f == NULL) {
217 opt_f = nl_langinfo(CODESET);
222 do_conv("<stdin>", stdin, opt_f, opt_t, opt_s, opt_c);
229 do_conv(argv[i], fp, opt_f, opt_t, opt_s,
/netbsd-current/external/bsd/less/dist/
H A Dmkutable11 use vars qw( $opt_f $opt_n );
37 $type_field = $opt_f if $opt_f;
/netbsd-current/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-current/external/ibm-public/postfix/dist/mantools/
H A Dfixman26 $opt_f = undef;
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
/netbsd-current/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;
131 ++opt_f;
595 if (!opt_f) {
/netbsd-current/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl372 if("$opt_f" eq "")
374 $FILENAME=$opt_f;

Completed in 211 milliseconds