Home
last modified time | relevance | path

Searched refs:toklen (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dssp.c232 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 …]
/titanic_41/usr/src/cmd/cpc/common/
H A Dstrtoset.c344 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()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c126 int toklen; in get_token() local
150 toklen = strcspn(token_start, ",: \t"); in get_token()
151 *pptr = token_start + toklen; in get_token()
157 toklen) == 0) && (table[i].tok_str[toklen] == '\0')) { in get_token()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c790 int line, len, val, toklen; in process_env_conf_file() local
846 toklen = strcspn(tok, tokdel); in process_env_conf_file()
847 tok[toklen] = '\0'; in process_env_conf_file()
850 valuep = tok + toklen + 1; in process_env_conf_file()
/titanic_41/usr/src/cmd/vi/misc/
H A Dctags.c839 bool in_rule, toklen; in Y_entries() local
897 toklen = sp - orig_sp; in Y_entries()
903 orig_sp, toklen); in Y_entries()
904 tok[toklen] = '\0'; in Y_entries()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2495 int line, len, toklen; in process_env_conf_file() local
2550 toklen = strcspn(tok, tokdel); in process_env_conf_file()
2551 tok[toklen] = '\0'; in process_env_conf_file()
2554 valuep = tok + toklen + 1; in process_env_conf_file()