Lines Matching defs:tokenp
528 char *tokenp; /* for processing tokens */
542 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
544 if (strcmp(tokenp, NC_TPI_COTS_ORD_S) == 0)
546 else if (strcmp(tokenp, NC_TPI_COTS_S) == 0)
548 else if (strcmp(tokenp, NC_TPI_CLTS_S) == 0)
550 else if (strcmp(tokenp, NC_TPI_RAW_S) == 0)
556 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
558 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0'; tokenp++) {
559 switch (*tokenp) {
581 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
583 if (strcmp(tokenp, NC_NOLOOKUP) == 0) {
594 while ((cp = tokenp) != NULL) {
595 tokenp = _get_next_token(cp, ',');