Searched refs:nstrtok (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dnstrtok.h5 /* Prototype for nstrtok */
6 char *nstrtok(char *, const char *delim);
H A Dovload.c35 #include "nstrtok.h"
61 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
68 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
75 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
110 * nstrtok(3) to have a valid buffer in memory.
141 if((cp = nstrtok(line, "\t")) == NULL)
149 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
162 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
168 if((cp = nstrtok((char *) NULL, "\t")) == NULL) {
174 if((cp = nstrtok((cha
[all...]
H A Dstrtok.c29 #include "nstrtok.h"
32 * Function: nstrtok
54 nstrtok(s, delim) function

Completed in 592 milliseconds