Searched refs:tokenp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c142 char *p, *tokenp; local
181 if (tokenp = skip(&linep, '[')) { /* got criteria */
186 LIBC_STRDUP(lkp->service_name, tokenp);
198 if ((tokenp = skip(&linep, '=')) == NULL) {
230 strcasecmp(tokenp,
255 strcasecmp(tokenp,
259 strcasecmp(tokenp,
263 strcasecmp(tokenp,
267 strcasecmp(tokenp,
282 * convert string tokenp t
336 char *p, *tokenp; local
550 char *tokenp, *comment; local
647 char *tokenp, *comment; local
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c189 char *p, *tokenp; local
228 if (tokenp = skip(&linep, '[')) { /* got criteria */
233 lkp->service_name = strdup(tokenp);
245 if ((tokenp = skip(&linep, '=')) == NULL) {
277 strcasecmp(tokenp,
302 strcasecmp(tokenp,
306 strcasecmp(tokenp,
310 strcasecmp(tokenp,
314 strcasecmp(tokenp,
329 * convert string tokenp t
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c274 char *tokenp, *comment; local
286 if ((tokenp = strstr(linep, db_colon)) == NULL) {
290 retp = strdup(tokenp + strlen(db_colon));
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1982 usb_serialization_t tokenp)
1986 if (tokenp) {
1987 impl_tokenp = (usba_serialization_impl_t *)tokenp;
1999 * If tokenp is initialized with USB_INIT_SER_CHECK_SAME_THREAD,
2003 * If tokenp is initialized without USB_INIT_SER_CHECK_SAME_THREAD,
2009 usb_serialization_t tokenp, uint_t how_to_wait, uint_t delta_timeout)
2015 impl_tokenp = (usba_serialization_impl_t *)tokenp;
2107 usb_serialization_t tokenp, uint_t flag)
2110 (usba_serialization_impl_t *)tokenp;
2151 usb_serialization_t tokenp)
1981 usb_fini_serialization( usb_serialization_t tokenp) argument
2008 usb_serialize_access( usb_serialization_t tokenp, uint_t how_to_wait, uint_t delta_timeout) argument
2106 usb_try_serialize_access( usb_serialization_t tokenp, uint_t flag) argument
2150 usb_release_access( usb_serialization_t tokenp) argument
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c656 char *tokenp; local
662 tokenp = cp; /* start of token */
691 if (cp - tokenp - 1 == 0) {
694 *tokenpp = tokenp;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c763 uint32_t *tokenp = &(token._S6_un._S6_u32[2]); local
773 if (read(fd, (void *)tokenp, TMP_TOKEN_BYTES) == -1) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7523 char *tokenp; local
7529 tokenp = cp; /* start of token */
7558 if (cp - tokenp - 1 == 0) {
7561 *tokenpp = tokenp;

Completed in 91 milliseconds