Searched refs:toklen (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ssp.c | 232 ulong_t toklen; in ssp_ctx_next_token() local 267 rc = spnegoGetMechToken(stok_in, NULL, &toklen); in ssp_ctx_next_token() 270 toklen = 0; in ssp_ctx_next_token() 280 err = mb_init_sz(&body_in, (size_t)toklen); in ssp_ctx_next_token() 284 if (toklen > 0) { in ssp_ctx_next_token() 286 (uchar_t *)m->m_data, &toklen); in ssp_ctx_next_token() 292 body_in.mb_count = m->m_len = (size_t)toklen; in ssp_ctx_next_token() 351 rc = spnegoTokenGetBinary(stok_out, NULL, &toklen); in ssp_ctx_next_token() 357 err = mb_init_sz(caller_out, (size_t)toklen); in ssp_ctx_next_token() 362 (uchar_t *)m->m_data, &toklen); in ssp_ctx_next_token() [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_authsvc.c | 810 ulong_t toklen; in smbd_authsvc_escmn() local 824 toklen = ctx->ctx_ibodylen; in smbd_authsvc_escmn() 826 ctx->ctx_ibodybuf, &toklen); in smbd_authsvc_escmn() 831 toklen = 0; in smbd_authsvc_escmn() 838 ctx->ctx_ibodylen = toklen; in smbd_authsvc_escmn() 900 toklen = smbd_authsvc_bufsize; in smbd_authsvc_escmn() 902 (uchar_t *)ctx->ctx_orawbuf, &toklen); in smbd_authsvc_escmn() 905 ctx->ctx_orawlen = (uint_t)toklen; in smbd_authsvc_escmn() 929 ulong_t toklen; in smbd_authsvc_newmech() local 954 toklen = smbd_authsvc_bufsize; in smbd_authsvc_newmech() [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manpath.c | 171 size_t linesz, tok, toklen; in manconf_file() local 191 toklen = strlen(toks[tok]); in manconf_file() 192 if (cp + toklen < ep && in manconf_file() 193 isspace((unsigned char)cp[toklen]) && in manconf_file() 194 strncmp(cp, toks[tok], toklen) == 0) { in manconf_file() 195 cp += toklen; in manconf_file()
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | strtoset.c | 344 size_t toklen; in cpc_strtoset() local 456 toklen = strlen(attrlist[j]) + 3; in cpc_strtoset() 458 toks[x] = (char *)emalloc(toklen); in cpc_strtoset() 459 (void) snprintf(toks[x], toklen, "%s%d", attrlist[j], in cpc_strtoset() 471 toks[x] = (char *)emalloc(toklen); in cpc_strtoset() 472 (void) snprintf(toks[x], toklen, "%s", attrlist[j]); in cpc_strtoset()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fc_led_parse.c | 124 int toklen; in get_token() local 148 toklen = strcspn(token_start, ",: \t"); in get_token() 149 *pptr = token_start + toklen; in get_token() 155 toklen) == 0) && (table[i].tok_str[toklen] == '\0')) { in get_token()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 788 int line, len, val, toklen; in process_env_conf_file() local 844 toklen = strcspn(tok, tokdel); in process_env_conf_file() 845 tok[toklen] = '\0'; in process_env_conf_file() 848 valuep = tok + toklen + 1; in process_env_conf_file()
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 812 size_t toklen; local 873 toklen = sp - orig_sp; 879 orig_sp, toklen); 880 tok[toklen] = '\0';
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2493 int line, len, toklen; in process_env_conf_file() local 2548 toklen = strcspn(tok, tokdel); in process_env_conf_file() 2549 tok[toklen] = '\0'; in process_env_conf_file() 2552 valuep = tok + toklen + 1; in process_env_conf_file()
|