/titanic_44/usr/src/cmd/listen/ |
H A D | lsdbf.c | 524 register char *nexttok; local 537 nexttok = ++p; 539 if (!(p = strchr(nexttok, DBFTOKSEP ))) { 545 while (*nexttok) { 546 switch (*nexttok) { 555 DEBUG((1,"scan_line: unknown flag char: 0x%x",*nexttok)); 559 ++nexttok; 561 nexttok = ++p; 563 if (!(p = strchr(nexttok, DBFTOKSEP ))) { 568 *id_p = nexttok; [all …]
|
/titanic_44/usr/src/lib/nametoaddr/straddr/common/ |
H A D | straddr.c | 184 char *nexttok; /* next token to process */ in _netdir_getbyaddr() local 191 hostname = strtok_r(fulladdr, ".", &nexttok); in _netdir_getbyaddr() 196 servname = strtok_r(NULL, " \n\t", &nexttok); in _netdir_getbyaddr() 254 hostname = strtok_r(hostbuf, ",", &nexttok); in _netdir_getbyaddr() 263 hostname = strtok_r(NULL, ",", &nexttok); in _netdir_getbyaddr() 416 char *nexttok; /* next token to process */ in searchhost() local 467 fileaddr = strtok_r(buf, " \t\n", &nexttok); in searchhost() 471 if ((filehost = strtok_r(NULL, " \t\n", &nexttok)) == NULL) in searchhost() 523 char *nexttok; /* next token to process */ in searchserv() local 541 fileservice = strtok_r(buf, " \t\n", &nexttok); in searchserv() [all …]
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 72 static char *nexttok(void); 182 token = nexttok(); in comment() 219 (void) nexttok(); in arch_name() 229 (void) nexttok(); in arch_name() 301 token = nexttok(); in set() 427 token = nexttok(); in set_parents() 430 token = nexttok(); in set_parents() 480 (void) nexttok(); in accept_token() 500 token = nexttok(); in skip_to() 546 (void) nexttok(); in currtok() [all …]
|
/titanic_44/usr/src/cmd/saf/ |
H A D | util.c | 63 nexttok(str, delim, ros) in nexttok() function 113 p = nexttok(p, DELIM, FALSE); 137 p = nexttok(NULL, DELIM, FALSE); 161 p = nexttok(NULL, DELIM, FALSE); 195 p = nexttok(NULL, DELIM, FALSE); 210 p = nexttok(NULL, DELIM, FALSE);
|
H A D | pmadm.c | 1099 p = nexttok(p, DELIM, FALSE); 1115 p = nexttok(NULL, DELIM, FALSE); 1142 p = nexttok(NULL, DELIM, FALSE); 1154 p = nexttok(NULL, DELIM, FALSE); 1166 p = nexttok(NULL, DELIM, FALSE); 1178 p = nexttok(NULL, DELIM, FALSE); 1190 p = nexttok(NULL, DELIM, TRUE);
|
H A D | extern.h | 72 extern char *nexttok();
|
/titanic_44/usr/src/cmd/lp/model/netpr/ |
H A D | misc.c | 142 char * nexttok; in parse_dest() local 148 tmp = (char *)strtok_r(dest, sep, &nexttok); in parse_dest() 151 tmp = (char *)strtok_r(NULL, sep, &nexttok); in parse_dest()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | fmtmsg.c | 536 char *nexttok; /* Pointer to next token */ in msgverbset() local 550 nexttok = strcpy(alloced, opts); in msgverbset() 553 while ((tok = nexttok) != (char *)NULL) { in msgverbset() 563 nexttok = tokend + (ptrdiff_t)1; in msgverbset() 566 nexttok = (char *)NULL; in msgverbset() 592 nexttok = (char *)NULL; in msgverbset()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | optim.c | 933 static int nexttok; /* Salted away next token */ variable 947 nexttok = 0; in yyinit() 964 if (nexttok) { in yylex() 965 s = nexttok; in yylex() 966 nexttok = 0; in yylex() 982 nexttok = *cp; in yylex()
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | conf.c | 52 static char *nexttok(char **ptrptr); 135 nexttok(char **ptrptr) in nexttok() function 237 entry = nexttok(&line); in conf_scan() 253 if ((entry = nexttok(&line)) != NULL && in conf_scan() 263 while (ap = nexttok(&line)) in conf_scan()
|
/titanic_44/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.c | 92 char *nexttok(); 681 if ((name = nexttok(buf, ":")) == NULL) in prt_nets() 683 if ((type = nexttok(NULL, ":")) == NULL) in prt_nets() 690 if (nexttok(NULL, ":") == NULL) in prt_nets() 692 if (nexttok(NULL, ":") == NULL) in prt_nets() 694 if ((state = nexttok(NULL, ":")) == NULL) in prt_nets() 1325 nexttok(char *str, char *delim) in nexttok() function
|