Searched defs:toklen (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dssp.c232 ulong_t toklen; local
267 rc = spnegoGetMechToken(stok_in, NULL, &toklen);
270 toklen = 0;
273 /* have toklen */
280 err = mb_init_sz(&body_in, (size_t)toklen);
284 if (toklen > 0) {
286 (uchar_t *)m->m_data, &toklen);
292 body_in.mb_count = m->m_len = (size_t)toklen;
351 rc = spnegoTokenGetBinary(stok_out, NULL, &toklen);
357 err = mb_init_sz(caller_out, (size_t)toklen);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c216 size_t linesz, tok, toklen; local
236 toklen = strlen(toks[tok]);
237 if (cp + toklen < ep &&
238 isspace((unsigned char)cp[toklen]) &&
239 strncmp(cp, toks[tok], toklen) == 0) {
240 cp += toklen;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c126 int toklen; local
150 toklen = strcspn(token_start, ",: \t");
151 *pptr = token_start + toklen;
157 toklen) == 0) && (table[i].tok_str[toklen] == '\0')) {
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c344 size_t toklen; local
456 toklen = strlen(attrlist[j]) + 3;
458 toks[x] = (char *)emalloc(toklen);
459 (void) snprintf(toks[x], toklen, "%s%d", attrlist[j],
471 toks[x] = (char *)emalloc(toklen);
472 (void) snprintf(toks[x], toklen, "%s", attrlist[j]);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c730 ulong_t toklen; local
744 toklen = ctx->ctx_ibodylen;
746 ctx->ctx_ibodybuf, &toklen);
751 toklen = 0;
758 ctx->ctx_ibodylen = toklen;
818 toklen = smbd_authsvc_bufsize;
820 (uchar_t *)ctx->ctx_orawbuf, &toklen);
823 ctx->ctx_orawlen = (uint_t)toklen;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c790 int line, len, val, toklen; local
846 toklen = strcspn(tok, tokdel);
847 tok[toklen] = '\0';
850 valuep = tok + toklen + 1;
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c839 bool in_rule, toklen; local
897 toklen = sp - orig_sp;
903 orig_sp, toklen);
904 tok[toklen] = '\0';
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2495 int line, len, toklen; local
2550 toklen = strcspn(tok, tokdel);
2551 tok[toklen] = '\0';
2554 valuep = tok + toklen + 1;

Completed in 71 milliseconds