HomeSort by: relevance | last modified time | path
    Searched defs:p_args (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount_portal/
conf.c 62 char *p_args; /* copy of arg string (malloc) */ member in struct:path
186 p->p_args = strdup(cline);
188 for (s = p->p_args; s != NULL; ) {
230 free(p->p_args);
conf.c 62 char *p_args; /* copy of arg string (malloc) */ member in struct:path
186 p->p_args = strdup(cline);
188 for (s = p->p_args; s != NULL; ) {
230 free(p->p_args);

Completed in 25 milliseconds