Searched refs:tokenp (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nsparse.c | 142 char *p, *tokenp; in _nsw_getoneconfig_v1() local 181 if (tokenp = skip(&linep, '[')) { /* got criteria */ in _nsw_getoneconfig_v1() 186 LIBC_STRDUP(lkp->service_name, tokenp); in _nsw_getoneconfig_v1() 198 if ((tokenp = skip(&linep, '=')) == NULL) { in _nsw_getoneconfig_v1() 230 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 255 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 259 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 263 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 267 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 336 char *p, *tokenp; in _nsw_getoneconfig() local [all …]
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_nswparse.c | 189 char *p, *tokenp; in _nsw_getoneconfig_v1() local 228 if (tokenp = skip(&linep, '[')) { /* got criteria */ in _nsw_getoneconfig_v1() 233 lkp->service_name = strdup(tokenp); in _nsw_getoneconfig_v1() 245 if ((tokenp = skip(&linep, '=')) == NULL) { in _nsw_getoneconfig_v1() 277 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 302 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 306 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 310 strcasecmp(tokenp, in _nsw_getoneconfig_v1() 314 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 274 char *tokenp, *comment; in __ns_nsw_getconfig() local 286 if ((tokenp = strstr(linep, db_colon)) == NULL) { in __ns_nsw_getconfig() 290 retp = strdup(tokenp + strlen(db_colon)); in __ns_nsw_getconfig()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_util.c | 1982 usb_serialization_t tokenp) in usb_fini_serialization() argument 1986 if (tokenp) { in usb_fini_serialization() 1987 impl_tokenp = (usba_serialization_impl_t *)tokenp; in usb_fini_serialization() 2009 usb_serialization_t tokenp, uint_t how_to_wait, uint_t delta_timeout) in usb_serialize_access() argument 2015 impl_tokenp = (usba_serialization_impl_t *)tokenp; in usb_serialize_access() 2107 usb_serialization_t tokenp, uint_t flag) in usb_try_serialize_access() argument 2110 (usba_serialization_impl_t *)tokenp; in usb_try_serialize_access() 2151 usb_serialization_t tokenp) in usb_release_access() argument 2154 (usba_serialization_impl_t *)tokenp; in usb_release_access()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 656 char *tokenp; in getnexttoken() local 662 tokenp = cp; /* start of token */ in getnexttoken() 691 if (cp - tokenp - 1 == 0) { in getnexttoken() 694 *tokenpp = tokenp; in getnexttoken()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.c | 763 uint32_t *tokenp = &(token._S6_un._S6_u32[2]); in tmptoken_create() local 773 if (read(fd, (void *)tokenp, TMP_TOKEN_BYTES) == -1) { in tmptoken_create()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 7522 char *tokenp; in getnexttoken() local 7528 tokenp = cp; /* start of token */ in getnexttoken() 7557 if (cp - tokenp - 1 == 0) { in getnexttoken() 7560 *tokenpp = tokenp; in getnexttoken()
|