Searched refs:totlen (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_bigkey.c | 385 int32_t totlen, retval; local 393 totlen = len + BIGKEYLEN(pagep); 396 hashp->bigkey_buf = (u_int8_t *)malloc(totlen); 403 return (totlen); 413 totlen = len + BIGKEYLEN(pagep); 425 retval = collect_key(hashp, next_pagep, totlen, last_page); 452 int32_t totlen, retval; local 462 totlen = len + BIGDATALEN(pagep); 463 hashp->bigdata_buf = (u_int8_t *)malloc(totlen); 466 memcpy(hashp->bigdata_buf + totlen [all...] |
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 154 int len, totlen = 1; /* Terminating NULL byte */ local 162 totlen += 3; 164 MALLOC(keyfilter, totlen); 167 (void) snprintf(keyfilter, totlen, "(|"); 175 totlen += strlen(k) + 2; 178 totlen += strlen(attrtype) + strlen(k) + 3; 183 if (!(tmpptr = (char *)realloc(keyfilter, totlen))) { 192 (void) snprintf(keyfilter + len, totlen - len, 195 (void) snprintf(keyfilter + len, totlen - len, 203 (void) strlcat(keyfilter, ")", totlen); 225 int len, totlen = 1; /* Terminating NULL byte */ local [all...] |
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 169 int totlen; local 173 totlen = 0; 176 totlen += strlen(argp[1]) + 1; 177 if ((str = malloc(totlen + 1)) == NULL) {
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_mbuf.c | 126 size_t len, totlen; local 133 totlen = smbfs_m_totlen(m0); 134 if ((error = smbfs_m_get(totlen, &nm)) != 0) 145 nm->m_len = totlen;
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 175 size_t totlen, off; local 194 totlen = 0; 204 totlen += stbuf.st_size + 1; 206 if (totlen < stbuf.st_size) 210 if ((buf = malloc(totlen)) == NULL) 224 stbuf.st_size + 1 > totlen - off || 234 if (off != totlen) {
|
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 381 int remaining, totlen; local 390 totlen = remaining = strlen(rule);
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 82 int totlen; /* length of this structure */ member in struct:bsd_db 345 db->totlen = newlen;
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_files.c | 67 size_t totlen; local 73 totlen = strlen(in); 74 for (*nextp = in; (*nextp - in) < totlen; (*nextp)++) { 86 *nextp = ((*nextp - in) < totlen) ? (*nextp) : NULL;
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 10342 size_t totlen = 0; local 10346 totlen += strlen(ps[w].paths[i]) + 1; 10348 if (totlen == 0) 10351 temp = malloc(totlen); 10367 ml->zmac_size[w] = totlen;
|
Completed in 172 milliseconds