Home
last modified time | relevance | path

Searched refs:opt_t (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.bin/iconv/
H A Diconv.c158 char *opt_f, *opt_t; in main() local
162 opt_f = opt_t = strdup(""); in main()
179 strcmp(opt_t, "") != 0) { in main()
193 opt_t = strdup(optarg); in main()
201 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0)) in main()
204 do_conv(stdin, opt_f, opt_t, opt_s, opt_c); in main()
212 do_conv(fp, opt_f, opt_t, opt_s, in main()
/dragonfly/contrib/binutils-2.27/gold/
H A Dtilegx.cc1125 tls::Tls_optimization opt_t) in tls_relax() argument
1178 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1197 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1212 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1227 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1242 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1257 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1270 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1283 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1296 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
[all …]
/dragonfly/test/stress/stress2/include/
H A Dstress.h52 } opt_t; typedef
54 extern opt_t *op;
/dragonfly/test/stress/stress2/lib/
H A Doptions.c38 opt_t opt;
39 opt_t *op;
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c48 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
60 static enum opt_t Option;
/dragonfly/contrib/less/
H A Dopttbl.c403 STRING|NO_QUERY, 0, NULL, opt_t,
H A Doptfunc.c319 public void opt_t(int type, char *s) in opt_t() function
H A Dfuncs.h258 public void opt_t(int type, char *s);