OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/radioctl/
radioctl.c
301
str_to_opt(const char *
topt
)
305
if (
topt
== NULL || *
topt
== '\0')
309
toptlen = strlen(
topt
);
314
if (strncmp(
topt
, varname[res], len) == 0)
318
warnx("name not found `%s'",
topt
);
364
char *
topt
= NULL;
local in function:parse_opt
391
if ((
topt
= (char *)malloc(optlen)) == NULL) {
395
strlcpy(
topt
, s, optlen);
397
if ((o->option = str_to_opt(
topt
)) == (int)OPTION_NONE)
[
all
...]
radioctl.c
301
str_to_opt(const char *
topt
)
305
if (
topt
== NULL || *
topt
== '\0')
309
toptlen = strlen(
topt
);
314
if (strncmp(
topt
, varname[res], len) == 0)
318
warnx("name not found `%s'",
topt
);
364
char *
topt
= NULL;
local in function:parse_opt
391
if ((
topt
= (char *)malloc(optlen)) == NULL) {
395
strlcpy(
topt
, s, optlen);
397
if ((o->option = str_to_opt(
topt
)) == (int)OPTION_NONE)
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025