Searched refs:opt_t (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dfreq_adj.in32 $opt_t = $timer if !defined($opt_t);
35 if ($opt_t ne '') { # - and $opt_t found
36 if ($timer ne $opt_t) { # - - and they differ
37 warn "You specified a $opt_t timer but I detected a $timer timer.\n";
43 } else { # - but no $opt_t specified; this is OK
47 if ($opt_t ne '') { # - but $opt_t was specified
48 $timer = $opt_t; #
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkpod2html.pl20 our($opt_t); # -t TITLE
26 die "-t flag missing" unless $opt_t;
40 "--title=$opt_t",
/netbsd-current/usr.bin/iconv/
H A Diconv.c175 char *opt_f = NULL, *opt_t = NULL; local
199 opt_t = estrdup(optarg);
208 if (argc > 0 || opt_s || opt_f != NULL || opt_t != NULL) {
215 if (opt_t == NULL)
218 } else if (opt_t == NULL)
219 opt_t = 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/openldap/dist/build/
H A Dshtool212 opt_t=no
223 opt_t=no
239 opt_t=no
252 opt_t=no
264 opt_t=no
852 if [ ".$opt_t" = .yes ]; then
857 if [ ".$opt_t" = .yes ]; then
863 if [ ".$opt_t" = .yes ]; then
869 if [ ".$opt_t" = .yes ]; then
901 if [ ".$opt_t"
[all...]
/netbsd-current/usr.bin/radioctl/
H A Dradioctl.c70 struct opt_t { struct
87 static int parse_opt(char *, struct opt_t *);
90 static void do_ioctls(int, struct opt_t *, int);
93 static void change_value(const struct opt_t);
112 struct opt_t opt;
208 do_ioctls(int fd, struct opt_t *o, int silent)
254 change_value(const struct opt_t o)
358 * parse string s into struct opt_t
362 parse_opt(char *s, struct opt_t *o) {
/netbsd-current/usr.bin/mkdep/
H A Dmkdep.c59 typedef struct opt opt_t; typedef in typeref:struct:opt
61 opt_t *left;
62 opt_t *right;
75 static opt_t *opt;
83 static size_t write_optional(int, opt_t *, size_t);
484 opt_t **l, *n;
529 write_optional(int fd, opt_t *node, size_t depth)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtilegx.cc1129 tls::Tls_optimization opt_t)
1182 if (opt_t == tls::TLSOPT_NONE) {
1191 } else if (opt_t == tls::TLSOPT_TO_LE) {
1201 if (opt_t == tls::TLSOPT_NONE) {
1208 } else if (opt_t == tls::TLSOPT_TO_LE) {
1216 if (opt_t == tls::TLSOPT_NONE) {
1223 } else if (opt_t == tls::TLSOPT_TO_LE) {
1231 if (opt_t == tls::TLSOPT_NONE) {
1238 } else if (opt_t == tls::TLSOPT_TO_LE) {
1246 if (opt_t
1128 tls_relax(unsigned char* view, unsigned int r_type, tls::Tls_optimization opt_t) argument
3427 const tls::Tls_optimization opt_t = local
4007 const tls::Tls_optimization opt_t = local
4575 tls::Tls_optimization opt_t = local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtilegx.cc1129 tls::Tls_optimization opt_t)
1182 if (opt_t == tls::TLSOPT_NONE) {
1191 } else if (opt_t == tls::TLSOPT_TO_LE) {
1201 if (opt_t == tls::TLSOPT_NONE) {
1208 } else if (opt_t == tls::TLSOPT_TO_LE) {
1216 if (opt_t == tls::TLSOPT_NONE) {
1223 } else if (opt_t == tls::TLSOPT_TO_LE) {
1231 if (opt_t == tls::TLSOPT_NONE) {
1238 } else if (opt_t == tls::TLSOPT_TO_LE) {
1246 if (opt_t
1128 tls_relax(unsigned char* view, unsigned int r_type, tls::Tls_optimization opt_t) argument
3427 const tls::Tls_optimization opt_t = local
4007 const tls::Tls_optimization opt_t = local
4575 tls::Tls_optimization opt_t = local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtilegx.cc1129 tls::Tls_optimization opt_t)
1182 if (opt_t == tls::TLSOPT_NONE) {
1191 } else if (opt_t == tls::TLSOPT_TO_LE) {
1201 if (opt_t == tls::TLSOPT_NONE) {
1208 } else if (opt_t == tls::TLSOPT_TO_LE) {
1216 if (opt_t == tls::TLSOPT_NONE) {
1223 } else if (opt_t == tls::TLSOPT_TO_LE) {
1231 if (opt_t == tls::TLSOPT_NONE) {
1238 } else if (opt_t == tls::TLSOPT_TO_LE) {
1246 if (opt_t
1128 tls_relax(unsigned char* view, unsigned int r_type, tls::Tls_optimization opt_t) argument
3427 const tls::Tls_optimization opt_t = local
4007 const tls::Tls_optimization opt_t = local
4575 tls::Tls_optimization opt_t = local
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon_y.y37 } opt_t;
39 static void build_action __P((opt_t *, ipmon_doing_t *));
40 static opt_t *new_opt __P((int));
304 static opt_t *
308 opt_t *o;
310 o = (opt_t *)calloc(1, sizeof(*o));
320 opt_t *olist;
324 opt_t *o;
/netbsd-current/external/bsd/cron/dist/
H A Dcrontab.c43 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
58 static enum opt_t Option;
/netbsd-current/external/bsd/less/dist/
H A Dopttbl.c414 STRING|NO_QUERY, 0, NULL, opt_t,
H A Doptfunc.c321 public void opt_t(int type, char *s) function
H A Dfuncs.h260 public void opt_t(int type, char *s);

Completed in 421 milliseconds