OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/iconv/
iconv.c
175
char *opt_f = NULL, *
opt_t
= NULL;
local in function:main
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,
/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)
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025