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

  /src/external/bsd/ntp/dist/scripts/deprecated/
freq_adj.in 32 $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; # - - so use it
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
mkpod2html.pl 20 our($opt_t); # -t TITLE
26 die "-t flag missing" unless $opt_t;
40 "--title=$opt_t",
  /src/crypto/external/bsd/openssl/dist/util/
mkpod2html.pl 20 our($opt_t); # -t TITLE
26 die "-t flag missing" unless $opt_t;
40 "--title=$opt_t",
  /src/external/bsd/openldap/dist/build/
shtool 212 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" = .yes ]; the
    [all...]
  /src/usr.bin/iconv/
iconv.c 182 const char *opt_f = NULL, *opt_t = NULL, *opt_o = NULL; local
206 opt_t = estrdup(optarg);
219 if (argc > 0 || opt_s || opt_f != NULL || opt_t != NULL) {
226 if (opt_t == NULL)
229 } else if (opt_t == NULL)
230 opt_t = 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/usr.bin/radioctl/
radioctl.c 70 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) {
  /src/usr.bin/mkdep/
mkdep.c 59 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)
  /src/external/bsd/ipf/dist/tools/
ipmon_y.y 37 } 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;
  /src/external/bsd/cron/dist/
crontab.c 43 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
58 static enum opt_t Option;
  /src/external/bsd/ipf/dist/perl/
Ipfanaly.pl 338 if("$opt_t" eq "0")
  /src/external/bsd/less/dist/
optfunc.c 321 public void opt_t(int type, char *s) function
opttbl.c 414 STRING|NO_QUERY, 0, NULL, opt_t,
funcs.h 260 public void opt_t(int type, char *s);

Completed in 43 milliseconds