Home
last modified time | relevance | path

Searched refs:tokstatusp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c640 char *tokstatusp; in ncalogdconf_read() local
689 tokstatusp = tokstatus; in ncalogdconf_read()
703 if (tokstatusp != NULL && c != *tokstatusp++) in ncalogdconf_read()
704 tokstatusp = NULL; in ncalogdconf_read()
710 if (tokstatusp == NULL && in ncalogdconf_read()
724 if (tokstatusp != NULL && *tokstatusp == NULL) in ncalogdconf_read()
749 if (*++tokstatusp == NULL) in ncalogdconf_read()
764 if (! isalpha(c) || *++tokstatusp == NULL || in ncalogdconf_read()
765 c != *tokstatusp) { in ncalogdconf_read()