/src/bin/ps/ |
keyword.c | 62 static VAR *findvar(const char *); 303 * If findvar() likes the keyword or keyword=header, 304 * add it to our list. If findvar() doesn't like it, 307 if ((v = findvar(cp)) == NULL) 359 findvar(const char *p) function in typeref:typename:VAR * 374 v = findvar(v->header);
|
keyword.c | 62 static VAR *findvar(const char *); 303 * If findvar() likes the keyword or keyword=header, 304 * add it to our list. If findvar() doesn't like it, 307 if ((v = findvar(cp)) == NULL) 359 findvar(const char *p) function in typeref:typename:VAR * 374 v = findvar(v->header);
|
/src/libexec/httpd/ |
bozohttpd.c | 212 findvar(bozoprefs_t *bozoprefs, const char *name) function in typeref:typename:ssize_t 228 if ((i = findvar(bozoprefs, name)) < 0) { 264 i = findvar(bozoprefs, name);
|
bozohttpd.c | 212 findvar(bozoprefs_t *bozoprefs, const char *name) function in typeref:typename:ssize_t 228 if ((i = findvar(bozoprefs, name)) < 0) { 264 i = findvar(bozoprefs, name);
|