OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokenp
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
getnetconfig.c
528
char *
tokenp
; /* for processing tokens */
local in function:parse_ncp
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
) {
[
all
...]
getnetconfig.c
528
char *
tokenp
; /* for processing tokens */
local in function:parse_ncp
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
) {
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025