Searched defs:totallen (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusbdesc.h62 grub_uint16_t totallen; member in struct:grub_usb_desc_config
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c87 size_t totallen, loclen, catlen; local
96 totallen = strlen(mp->binding);
97 (void) memcpy(p, mp->binding, totallen);
98 p += totallen;
101 totallen++;
102 if (totallen >= MAXPATHLEN)
111 totallen += loclen + catlen + mp->domain_len + MSGFILESUFFIXLEN;
112 if (totallen > MAXPATHLEN)
135 prepare_msgfile(struct msg_pack *mp, size_t *totallen, char *suffix, argument
143 *totallen
[all...]
H A Dgettext_gnu.c293 size_t totallen; local
309 mid = prepare_msgfile(mp, &totallen, suffix, &suffix_len);
324 if (locale_len < 1 || totallen + locale_len >= MAXPATHLEN)
371 totallen - suffix_len + locale_len >= MAXPATHLEN)
384 if (totallen + locale_len > MAXPATHLEN)
411 if (totallen + locale_len > MAXPATHLEN)
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3827 unsigned int totallen)
3836 if ((ret = gssint_put_der_length(hdrsize + body_size, buf, totallen)))
3841 totallen - (int)(p - *buf))))
3824 g_make_token_header(gss_OID_const mech, unsigned int body_size, unsigned char **buf, unsigned int totallen) argument

Completed in 35 milliseconds