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

  /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/external/bsd/less/dist/
optfunc.c 321 public void opt_t(int type, char *s) function
  /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/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;

Completed in 30 milliseconds