HomeSort by: relevance | last modified time | path
    Searched refs:opt_f (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/iconv/
iconv.c 182 const char *opt_f = NULL, *opt_t = NULL, *opt_o = NULL; local
202 opt_f = estrdup(optarg);
219 if (argc > 0 || opt_s || opt_f != NULL || opt_t != NULL) {
225 if (opt_f == NULL) {
228 opt_f = nl_langinfo(CODESET);
242 do_conv("<stdin>", opt_o, stdin, fo, opt_f, opt_t,
250 do_conv(argv[i], opt_o, fi, fo, opt_f, opt_t,
  /src/external/bsd/less/dist/
mkutable 11 use vars qw( $opt_f $opt_n );
37 $type_field = $opt_f if $opt_f;
  /src/external/bsd/openldap/dist/build/
shtool 240 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'"
  /src/external/ibm-public/postfix/dist/mantools/
fixman 26 $opt_f = undef;
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 69 int opt_f; /* Don't ask, just do what you're told */ variable
128 ++opt_f;
131 ++opt_f;
595 if (!opt_f) {
  /src/external/bsd/ipf/dist/perl/
Ipfanaly.pl 372 if("$opt_f" eq "")
374 $FILENAME=$opt_f;

Completed in 21 milliseconds