/src/usr.bin/iconv/ |
iconv.c | 175 char *opt_f = NULL, *opt_t = NULL; local in function:main 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,
|
/src/sys/arch/sgimips/stand/sgivol/ |
sgivol.c | 69 int opt_f; /* Don't ask, just do what you're told */ variable in typeref:typename:int 128 ++opt_f; 131 ++opt_f; 595 if (!opt_f) {
|