Searched defs:tokenp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sasl.c355 char *tokenp, *comment; local
367 if ((tokenp = strstr(linep, db_colon)) == NULL) {
371 retp = strdup(tokenp + strlen(db_colon));
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c139 char *p, *tokenp; local
178 if (tokenp = skip(&linep, '[')) { /* got criteria */
183 LIBC_STRDUP(lkp->service_name, tokenp);
195 if ((tokenp = skip(&linep, '=')) == NULL) {
227 strcasecmp(tokenp,
252 strcasecmp(tokenp,
256 strcasecmp(tokenp,
260 strcasecmp(tokenp,
264 strcasecmp(tokenp,
279 * convert string tokenp t
333 char *p, *tokenp; local
547 char *tokenp, *comment; local
644 char *tokenp, *comment; local
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c713 char *tokenp; local
719 tokenp = cp; /* start of token */
748 if (cp - tokenp - 1 == 0) {
751 *tokenpp = tokenp;

Completed in 28 milliseconds