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

/freebsd-9.3-release/usr.bin/iconv/
H A Diconv.c160 char *opt_f, *opt_t; local
164 opt_f = opt_t = strdup("");
180 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
190 opt_f = strdup(optarg);
203 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0))
206 do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
214 do_conv(fp, opt_f, opt_t, opt_s,
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c240 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL; local
318 opt_f = optarg;
387 if (opt_f) {
388 getstdfmt(opt_f, &bpb);
404 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
433 if (opt_f)
442 if (opt_f && fat == 32)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl285 if (!$opt_f && is_exception("$dir/$name")) {
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl372 if("$opt_f" eq "")
374 $FILENAME=$opt_f;
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config396 [ "${opt_force}" = "yes" ] && opt_f=-f
398 csih_select_privileged_username ${opt_f} ${opt_u} sshd

Completed in 75 milliseconds