Symbol: keyword
bin/csh/func.c
55
static int keyword(Char *);
bin/csh/func.c
700
} while ((d || (!(kwd = keyword(owp)) && c != ' '
bin/pax/tar.c
1006
keyword, (long long)value->tv_sec, frac);
bin/pax/tar.c
1015
if (asprintf(&s, "%d %s=%lld%s\n", reclen, keyword,
bin/pax/tar.c
1575
rd_time(struct timespec *ts, const char *keyword, char *p)
bin/pax/tar.c
1586
paxwarn(1, "%s is %s: %s", keyword, errstr, p);
bin/pax/tar.c
1598
paxwarn(1, "%s contains non-digit", keyword);
bin/pax/tar.c
1609
rd_size(off_t *size, const char *keyword, char *p)
bin/pax/tar.c
1616
paxwarn(1, "%s is %s: %s", keyword, errstr, p);
bin/pax/tar.c
1632
char *delim, *keyword;
bin/pax/tar.c
1690
keyword = p = delim + 1;
bin/pax/tar.c
1699
if (!strcmp(keyword, "path")) {
bin/pax/tar.c
1702
} else if (!strcmp(keyword, "linkpath")) {
bin/pax/tar.c
1705
} else if (!strcmp(keyword, "mtime")) {
bin/pax/tar.c
1706
ret = rd_time(&arcn->sb.st_mtim, keyword, p);
bin/pax/tar.c
1709
} else if (!strcmp(keyword, "atime")) {
bin/pax/tar.c
1710
ret = rd_time(&arcn->sb.st_atim, keyword, p);
bin/pax/tar.c
1713
} else if (!strcmp(keyword, "ctime")) {
bin/pax/tar.c
1714
ret = rd_time(&arcn->sb.st_ctim, keyword, p);
bin/pax/tar.c
1717
} else if (!strcmp(keyword, "size")) {
bin/pax/tar.c
1718
ret = rd_size(&arcn->sb.st_size, keyword, p);
bin/pax/tar.c
916
xheader_add(struct xheader *xhdr, const char *keyword,
bin/pax/tar.c
926
tmplen = snprintf(NULL, 0, "%d %s=%s\n", reclen, keyword,
bin/pax/tar.c
936
if (asprintf(&s, "%d %s=%s\n", reclen, keyword, value) < 0) {
bin/pax/tar.c
948
xheader_add_ull(struct xheader *xhdr, const char *keyword,
bin/pax/tar.c
958
tmplen = snprintf(NULL, 0, "%d %s=%llu\n", reclen, keyword,
bin/pax/tar.c
968
if (asprintf(&s, "%d %s=%llu\n", reclen, keyword, value) < 0) {
bin/pax/tar.c
980
xheader_add_ts(struct xheader *xhdr, const char *keyword,
regress/usr.bin/ssh/unittests/authopt/tests.c
198
#define FLAG_TEST(keyword, var, val) \
regress/usr.bin/ssh/unittests/authopt/tests.c
200
TEST_START("sshauthopt_parse " keyword); \
regress/usr.bin/ssh/unittests/authopt/tests.c
203
opts = sshauthopt_parse(keyword, &errstr); \
regress/usr.bin/ssh/unittests/authopt/tests.c
207
opts = sshauthopt_parse("restrict,"keyword, &errstr); \
regress/usr.bin/ssh/unittests/authopt/tests.c
228
#define STRING_TEST(keyword, var, val) \
regress/usr.bin/ssh/unittests/authopt/tests.c
230
TEST_START("sshauthopt_parse " keyword); \
regress/usr.bin/ssh/unittests/authopt/tests.c
234
opts = sshauthopt_parse(keyword "=" #val, &errstr); \
regress/usr.bin/ssh/unittests/authopt/tests.c
240
"restrict," keyword "=" #val ",restrict", &errstr); \
regress/usr.bin/ssh/unittests/authopt/tests.c
435
#define FLAG_TEST(keybase, keyword, var) \
regress/usr.bin/ssh/unittests/authopt/tests.c
438
"no_" keybase, keyword, 0, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
440
"no_" keybase, "restrict," keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
442
"no_" keybase, "no-" keyword, 0, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
444
"no_" keybase, "restrict,no-" keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
447
"only_" keybase, keyword, 1, var, 1); \
regress/usr.bin/ssh/unittests/authopt/tests.c
449
"only_" keybase, "restrict," keyword, 1, var, 1); \
regress/usr.bin/ssh/unittests/authopt/tests.c
451
"only_" keybase, "no-" keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
453
"only_" keybase, "restrict,no-" keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
456
"no_permit", keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
458
"no_permit", "restrict," keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
460
"no_permit", "no-" keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
462
"no_permit", "restrict,no-" keyword, 1, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
465
"all_permit", keyword, 0, var, 1); \
regress/usr.bin/ssh/unittests/authopt/tests.c
467
"all_permit", "restrict," keyword, 1, var, 1); \
regress/usr.bin/ssh/unittests/authopt/tests.c
469
"all_permit", "no-" keyword, 0, var, 0); \
regress/usr.bin/ssh/unittests/authopt/tests.c
471
"all_permit", "restrict,no-" keyword, 1, var, 0); \
sbin/ping/ping.c
1800
const char *keyword;
sbin/ping/ping.c
1834
for (t = toskeywords; t->keyword != NULL; t++) {
sbin/ping/ping.c
1835
if (strcmp(key, t->keyword) == 0) {
sbin/route/route.c
1665
switch (keyword(priostr)) {
sbin/route/route.c
204
kw = keyword(*argv);
sbin/route/route.c
217
switch (keyword(*argv + 1)) {
sbin/route/route.c
333
switch (keyword(*argv + 1)) {
sbin/route/route.c
496
switch (key = keyword(1 + *argv)) {
sbin/route/route.c
589
switch (key = keyword(1 + *argv)) {
sbin/route/route.c
845
switch (keyword(*argv + 1)) {
sbin/route/route.c
94
int keyword(char *);
sbin/unwind/libunbound/sldns/parse.c
227
sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data,
sbin/unwind/libunbound/sldns/parse.c
230
return sldns_fget_keyword_data_l(f, keyword, k_del, data, d_del,
sbin/unwind/libunbound/sldns/parse.c
235
sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data,
sbin/unwind/libunbound/sldns/parse.c
242
if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN)
sbin/unwind/libunbound/sldns/parse.c
255
if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) {
sbin/unwind/libunbound/sldns/parse.c
492
sldns_bget_keyword_data(sldns_buffer *b, const char *keyword, const char *k_del, char
sbin/unwind/libunbound/sldns/parse.c
499
if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN)
sbin/unwind/libunbound/sldns/parse.c
512
if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) {
sbin/unwind/libunbound/sldns/parse.h
112
ssize_t sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
sbin/unwind/libunbound/sldns/parse.h
127
ssize_t sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit, int *line_nr);
sbin/unwind/libunbound/sldns/parse.h
140
ssize_t sldns_bget_keyword_data(struct sldns_buffer *b, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
usr.bin/make/parse.c
180
const char *keyword;
usr.bin/make/parse.c
227
(void)Targ_mk_special_node(specials[i].keyword,
usr.bin/nc/netcat.c
1630
const char *keyword;
usr.bin/nc/netcat.c
1664
for (t = toskeywords; t->keyword != NULL; t++) {
usr.bin/nc/netcat.c
1665
if (strcmp(s, t->keyword) == 0) {
usr.bin/nc/netcat.c
1681
const char *keyword;
usr.bin/nc/netcat.c
1701
for (t = tlskeywords; t->keyword != NULL; t++) {
usr.bin/nc/netcat.c
1702
if (strlen(t->keyword) == len &&
usr.bin/nc/netcat.c
1703
strncmp(s, t->keyword, len) == 0) {
usr.bin/pkgconf/libpkgconf/personality.c
162
typedef void (*personality_keyword_func_t)(pkgconf_cross_personality_t *p, const char *keyword, const size_t lineno, const ptrdiff_t offset, char *value);
usr.bin/pkgconf/libpkgconf/personality.c
164
const char *keyword;
usr.bin/pkgconf/libpkgconf/personality.c
170
personality_bool_func(pkgconf_cross_personality_t *p, const char *keyword, const size_t lineno, const ptrdiff_t offset, char *value)
usr.bin/pkgconf/libpkgconf/personality.c
172
(void) keyword;
usr.bin/pkgconf/libpkgconf/personality.c
180
personality_copy_func(pkgconf_cross_personality_t *p, const char *keyword, const size_t lineno, const ptrdiff_t offset, char *value)
usr.bin/pkgconf/libpkgconf/personality.c
182
(void) keyword;
usr.bin/pkgconf/libpkgconf/personality.c
190
personality_fragment_func(pkgconf_cross_personality_t *p, const char *keyword, const size_t lineno, const ptrdiff_t offset, char *value)
usr.bin/pkgconf/libpkgconf/personality.c
192
(void) keyword;
usr.bin/pkgconf/libpkgconf/personality.c
214
return strcasecmp(key, pair->keyword);
usr.bin/pkgconf/libpkgconf/personality.c
218
personality_keyword_set(pkgconf_cross_personality_t *p, const size_t lineno, const char *keyword, char *value)
usr.bin/pkgconf/libpkgconf/personality.c
220
const personality_keyword_pair_t *pair = bsearch(keyword,
usr.bin/pkgconf/libpkgconf/personality.c
227
pair->func(p, keyword, lineno, pair->offset, value);
usr.bin/pkgconf/libpkgconf/pkg.c
143
typedef void (*pkgconf_pkg_parser_keyword_func_t)(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value);
usr.bin/pkgconf/libpkgconf/pkg.c
145
const char *keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
153
return strcasecmp(key, pair->keyword);
usr.bin/pkgconf/libpkgconf/pkg.c
157
pkgconf_pkg_parser_tuple_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
159
(void) keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
167
pkgconf_pkg_parser_version_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
169
(void) keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
192
pkgconf_pkg_parser_fragment_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
208
lineno, keyword, value);
usr.bin/pkgconf/libpkgconf/pkg.c
213
pkgconf_pkg_parser_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
215
(void) keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
224
pkgconf_pkg_parser_internal_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
226
(void) keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
235
pkgconf_pkg_parser_private_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, const size_t lineno, const ptrdiff_t offset, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
237
(void) keyword;
usr.bin/pkgconf/libpkgconf/pkg.c
265
pkgconf_pkg_parser_keyword_set(void *opaque, const size_t lineno, const char *keyword, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
269
const pkgconf_pkg_parser_keyword_pair_t *pair = bsearch(keyword,
usr.bin/pkgconf/libpkgconf/pkg.c
276
pair->func(pkg->owner, pkg, keyword, lineno, pair->offset, value);
usr.bin/pkgconf/libpkgconf/pkg.c
385
pkgconf_pkg_parser_value_set(void *opaque, const size_t lineno, const char *keyword, const char *value)
usr.bin/pkgconf/libpkgconf/pkg.c
406
pkgconf_tuple_add(pkg->owner, &pkg->vars, keyword, newvalue, false, pkg->flags);
usr.bin/pkgconf/libpkgconf/pkg.c
408
else if (strcmp(keyword, pkg->owner->prefix_varname) || !(pkg->owner->flags & PKGCONF_PKG_PKGF_REDEFINE_PREFIX))
usr.bin/pkgconf/libpkgconf/pkg.c
409
pkgconf_tuple_add(pkg->owner, &pkg->vars, keyword, value, true, pkg->flags);
usr.bin/pkgconf/libpkgconf/pkg.c
419
pkg->prefix = pkgconf_tuple_add(pkg->owner, &pkg->vars, keyword, prefix_value, false, pkg->flags);
usr.bin/pkgconf/libpkgconf/pkg.c
423
pkgconf_tuple_add(pkg->owner, &pkg->vars, keyword, value, true, pkg->flags);
usr.bin/ssh/readconf.c
1127
char *str, **charptr, *endofnumber, *keyword, *arg, *arg2, *p;
usr.bin/ssh/readconf.c
1164
if ((keyword = strdelim(&str)) == NULL)
usr.bin/ssh/readconf.c
1167
if (*keyword == '\0')
usr.bin/ssh/readconf.c
1168
keyword = strdelim(&str);
usr.bin/ssh/readconf.c
1169
if (keyword == NULL || !*keyword || *keyword == '\n' || *keyword == '#')
usr.bin/ssh/readconf.c
1172
lowercase(keyword);
usr.bin/ssh/readconf.c
1179
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1182
opcode = parse_token(keyword, filename, linenum,
usr.bin/ssh/readconf.c
1200
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1450
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1458
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1467
keyword);
usr.bin/ssh/readconf.c
1688
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1696
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1768
filename, linenum, keyword, arg);
usr.bin/ssh/readconf.c
1822
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1936
filename, linenum, keyword);
usr.bin/ssh/readconf.c
1959
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2060
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2205
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2214
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/readconf.c
2219
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2240
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2266
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2317
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2325
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2329
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/readconf.c
2334
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2497
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2505
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/readconf.c
2510
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2523
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2527
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2557
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2563
filename, linenum, keyword);
usr.bin/ssh/readconf.c
2576
"at end of line", filename, linenum, keyword);
usr.bin/ssh/servconf.c
1078
char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword;
usr.bin/ssh/servconf.c
1108
if ((keyword = strdelim(&str)) == NULL)
usr.bin/ssh/servconf.c
1111
if (*keyword == '\0')
usr.bin/ssh/servconf.c
1112
keyword = strdelim(&str);
usr.bin/ssh/servconf.c
1113
if (!keyword || !*keyword || *keyword == '#')
usr.bin/ssh/servconf.c
1117
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1122
opcode = parse_token(keyword, filename, linenum, &flags);
usr.bin/ssh/servconf.c
1136
debug3("%s:%d setting %s %s", filename, linenum, keyword, str);
usr.bin/ssh/servconf.c
1140
"within a Match block", filename, linenum, keyword);
usr.bin/ssh/servconf.c
1366
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
1436
filename, linenum, keyword, errstr);
usr.bin/ssh/servconf.c
1475
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1504
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1510
filename, linenum, keyword,
usr.bin/ssh/servconf.c
1514
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1564
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1572
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1576
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
1581
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1618
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
1622
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
1627
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1644
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1648
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
1653
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1666
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1679
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1692
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1706
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1754
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1760
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1766
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1770
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1782
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1794
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1806
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1812
filename, linenum, keyword, errstr);
usr.bin/ssh/servconf.c
1827
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1848
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
1874
filename, linenum, keyword, errstr);
usr.bin/ssh/servconf.c
1879
filename, linenum, keyword, errstr);
usr.bin/ssh/servconf.c
1894
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
1900
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1918
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1948
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1956
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1961
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
1967
filename, linenum, keyword);
usr.bin/ssh/servconf.c
1982
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2008
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2014
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2029
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2034
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2049
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2058
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
2072
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2155
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2192
filename, linenum, arg, keyword);
usr.bin/ssh/servconf.c
2194
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2211
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2218
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2220
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2226
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2239
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2252
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2271
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2285
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2288
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
2300
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
2316
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2320
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2341
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2354
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2376
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2381
"alone in %s", filename, linenum, keyword);
usr.bin/ssh/servconf.c
2384
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2386
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2391
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2405
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2410
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2423
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2426
filename, linenum, keyword, arg);
usr.bin/ssh/servconf.c
2440
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2461
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2469
opt_array_append(filename, linenum, keyword,
usr.bin/ssh/servconf.c
2474
filename, linenum, keyword);
usr.bin/ssh/servconf.c
2515
keyword);
usr.bin/ssh/servconf.c
2521
filename, linenum, keyword, opcode);
usr.bin/ssh/servconf.c
2526
"at end of line", filename, linenum, keyword);
usr.bin/tcpbench/tcpbench.c
1020
for (t = toskeywords; t->keyword != NULL; t++) {
usr.bin/tcpbench/tcpbench.c
1021
if (strcmp(s, t->keyword) == 0) {
usr.bin/tcpbench/tcpbench.c
1064
const char *keyword;
usr.bin/tcpbench/tcpbench.c
1078
for (t = tlskeywords; t->keyword != NULL; t++) {
usr.bin/tcpbench/tcpbench.c
1079
if (strlen(t->keyword) == len &&
usr.bin/tcpbench/tcpbench.c
1080
strncmp(s, t->keyword, len) == 0) {
usr.bin/tcpbench/tcpbench.c
986
const char *keyword;
usr.bin/unifdef/unifdef.c
189
static char *keyword; /* used for editing #elif's */
usr.bin/unifdef/unifdef.c
585
static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); }
usr.bin/unifdef/unifdef.c
654
snprintf(keyword, tline + sizeof(tline) - keyword,
usr.bin/unifdef/unifdef.c
806
keyword = tline + (cp - tline);
usr.bin/unifdef/unifdef.c
807
if ((cp = matchsym("ifdef", keyword)) != NULL ||
usr.bin/unifdef/unifdef.c
808
(cp = matchsym("ifndef", keyword)) != NULL) {
usr.bin/unifdef/unifdef.c
813
retval = (keyword[2] == 'n')
usr.bin/unifdef/unifdef.c
822
} else if ((cp = matchsym("if", keyword)) != NULL)
usr.bin/unifdef/unifdef.c
824
else if ((cp = matchsym("elif", keyword)) != NULL)
usr.bin/unifdef/unifdef.c
826
else if ((cp = matchsym("else", keyword)) != NULL)
usr.bin/unifdef/unifdef.c
828
else if ((cp = matchsym("endif", keyword)) != NULL)
usr.bin/unifdef/unifdef.c
831
cp = skipsym(keyword);
usr.bin/yacc/reader.c
1049
switch (k = keyword()) {
usr.bin/yacc/reader.c
1162
switch (keyword()) {
usr.bin/yacc/reader.c
75
int keyword(void);
usr.sbin/bgpctl/parser.c
553
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
562
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
635
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
683
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
699
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
715
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
774
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
829
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
83
const char *keyword;
usr.sbin/bgpctl/parser.c
840
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/bgpctl/parser.c
885
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/bgpctl/parser.c
911
table[i].keyword);
usr.sbin/bgpctl/parser.c
915
table[i].keyword);
usr.sbin/bgpctl/parser.c
919
table[i].keyword);
usr.sbin/bgpctl/parser.c
931
fprintf(stderr, " %s <number>\n", table[i].keyword);
usr.sbin/bgpctl/parser.c
954
table[i].keyword);
usr.sbin/bgpctl/parser.c
959
table[i].keyword);
usr.sbin/btrace/bt_parse.y
1097
struct keyword *kwp;
usr.sbin/btrace/bt_parse.y
740
return (strcmp(str, ((const struct keyword *)xkw)->word));
usr.sbin/btrace/bt_parse.y
743
struct keyword *
usr.sbin/btrace/bt_parse.y
746
static const struct keyword kws[] = {
usr.sbin/dvmrpctl/parser.c
164
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/dvmrpctl/parser.c
173
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/dvmrpctl/parser.c
239
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/dvmrpctl/parser.c
46
const char *keyword;
usr.sbin/eeprom/main.c
120
char *keyword, *arg, *cp;
usr.sbin/eeprom/main.c
122
keyword = strdup(line);
usr.sbin/eeprom/main.c
123
if (!keyword)
usr.sbin/eeprom/main.c
125
if ((arg = strrchr(keyword, '=')) != NULL)
usr.sbin/eeprom/main.c
134
if ((cp = op_handler(keyword, arg)) != NULL)
usr.sbin/eeprom/ophandlers.c
109
printf("nothing available for %s\n", keyword);
usr.sbin/eeprom/ophandlers.c
127
BARF("invalid keyword", keyword);
usr.sbin/eeprom/ophandlers.c
145
keyword);
usr.sbin/eeprom/ophandlers.c
152
printf("%s=", keyword);
usr.sbin/eeprom/ophandlers.c
75
op_handler(char *keyword, char *arg)
usr.sbin/eeprom/ophandlers.c
87
if (strcmp(ex->ex_keyword, keyword) == 0)
usr.sbin/eeprom/ophandlers.c
96
opio.op_name = keyword;
usr.sbin/eigrpctl/parser.c
277
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/eigrpctl/parser.c
286
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/eigrpctl/parser.c
375
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/eigrpctl/parser.c
51
const char *keyword;
usr.sbin/ikectl/parser.c
310
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ikectl/parser.c
394
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ikectl/parser.c
53
const char *keyword;
usr.sbin/iscsictl/parser.c
149
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/iscsictl/parser.c
158
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/iscsictl/parser.c
212
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/iscsictl/parser.c
49
const char *keyword;
usr.sbin/ldpctl/parser.c
235
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ldpctl/parser.c
244
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ldpctl/parser.c
318
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ldpctl/parser.c
49
const char *keyword;
usr.sbin/npppctl/parser.c
193
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/npppctl/parser.c
296
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/npppctl/parser.c
49
const char *keyword;
usr.sbin/ospf6ctl/parser.c
199
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ospf6ctl/parser.c
208
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ospf6ctl/parser.c
282
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ospf6ctl/parser.c
49
const char *keyword;
usr.sbin/ospfctl/parser.c
198
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ospfctl/parser.c
207
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ospfctl/parser.c
281
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ospfctl/parser.c
48
const char *keyword;
usr.sbin/ractl/parser.c
121
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ractl/parser.c
158
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ractl/parser.c
46
const char *keyword;
usr.sbin/radiusctl/parser.c
236
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/radiusctl/parser.c
363
strncmp(word, table[i].keyword, wordlen) == 0) {
usr.sbin/radiusctl/parser.c
383
strcmp(word, table[i].keyword) == 0) {
usr.sbin/radiusctl/parser.c
418
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/radiusctl/parser.c
455
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/radiusctl/parser.c
461
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/radiusctl/parser.c
53
const char *keyword;
usr.sbin/relayctl/parser.c
183
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/relayctl/parser.c
263
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/relayctl/parser.c
43
const char *keyword;
usr.sbin/ripctl/parser.c
171
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ripctl/parser.c
180
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/ripctl/parser.c
246
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/ripctl/parser.c
48
const char *keyword;
usr.sbin/sasyncd/conf.y
251
return strcmp(a, ((const struct keyword *)b)->name);
usr.sbin/sasyncd/conf.y
258
static const struct keyword keywords[] = {
usr.sbin/sasyncd/conf.y
278
const struct keyword *k;
usr.sbin/slaacctl/parser.c
160
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/slaacctl/parser.c
200
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/slaacctl/parser.c
50
const char *keyword;
usr.sbin/traceroute/worker.c
1005
for (t = toskeywords; t->keyword != NULL; t++) {
usr.sbin/traceroute/worker.c
1006
if (strcmp(s, t->keyword) == 0) {
usr.sbin/traceroute/worker.c
971
const char *keyword;
usr.sbin/unbound/sldns/parse.c
227
sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data,
usr.sbin/unbound/sldns/parse.c
230
return sldns_fget_keyword_data_l(f, keyword, k_del, data, d_del,
usr.sbin/unbound/sldns/parse.c
235
sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data,
usr.sbin/unbound/sldns/parse.c
242
if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN)
usr.sbin/unbound/sldns/parse.c
255
if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) {
usr.sbin/unbound/sldns/parse.c
492
sldns_bget_keyword_data(sldns_buffer *b, const char *keyword, const char *k_del, char
usr.sbin/unbound/sldns/parse.c
499
if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN)
usr.sbin/unbound/sldns/parse.c
512
if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) {
usr.sbin/unbound/sldns/parse.h
112
ssize_t sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
usr.sbin/unbound/sldns/parse.h
127
ssize_t sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit, int *line_nr);
usr.sbin/unbound/sldns/parse.h
140
ssize_t sldns_bget_keyword_data(struct sldns_buffer *b, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
usr.sbin/unbound/testcode/replay.c
76
parse_keyword(char** line, const char* keyword)
usr.sbin/unbound/testcode/replay.c
78
size_t len = (size_t)strlen(keyword);
usr.sbin/unbound/testcode/replay.c
79
if(strncmp(*line, keyword, len) == 0) {
usr.sbin/unbound/testcode/testpkts.c
77
static int str_keyword(char** str, const char* keyword)
usr.sbin/unbound/testcode/testpkts.c
79
size_t len = strlen(keyword);
usr.sbin/unbound/testcode/testpkts.c
80
assert(str && keyword);
usr.sbin/unbound/testcode/testpkts.c
81
if(strncmp(*str, keyword, len) != 0)
usr.sbin/unwindctl/parser.c
133
if (word != NULL && strncmp(word, table[i].keyword,
usr.sbin/unwindctl/parser.c
170
fprintf(stderr, " %s\n", table[i].keyword);
usr.sbin/unwindctl/parser.c
46
const char *keyword;