Lines Matching refs:tokenp
559 char *tokenp; /* for processing tokens */ in parse_ncp() local
571 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
574 if (strcmp(tokenp, NC_TPI_COTS_ORD_S) == 0) in parse_ncp()
576 else if (strcmp(tokenp, NC_TPI_COTS_S) == 0) in parse_ncp()
578 else if (strcmp(tokenp, NC_TPI_CLTS_S) == 0) in parse_ncp()
580 else if (strcmp(tokenp, NC_TPI_RAW_S) == 0) in parse_ncp()
586 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
589 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0'; in parse_ncp()
590 tokenp++) { in parse_ncp()
591 switch (*tokenp) { in parse_ncp()
616 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
619 if (strcmp(tokenp, NC_NOLOOKUP) == 0) { in parse_ncp()
628 while ((cp = tokenp) != NULL) { in parse_ncp()
635 tokenp = _get_next_token(cp, ','); in parse_ncp()