OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_key
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/mount_portal/
conf.c
63
char *
p_key
; /* Pathname to match (also p_argv[0]) */
member in struct:path
138
if (strcmp(p->
p_key
, p0->
p_key
) == 0)
205
p->
p_key
= p->p_argv[0];
207
if (strpbrk(p->
p_key
, RE_CHARS)) {
208
errcode = regcomp(&p->p_re, p->
p_key
, REG_EXTENDED|REG_NOSUB);
216
conf_file, p->p_lno, p->
p_key
, buf);
333
if (strncmp(p->
p_key
, key, strlen(p->
p_key
)) == 0)
Completed in 10 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025