Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/
H A Dold_decrypt.c51 int alloced; in krb5_old_decrypt() local
71 alloced = 1; in krb5_old_decrypt()
77 alloced = 0; in krb5_old_decrypt()
121 if (alloced) { in krb5_old_decrypt()
137 if (alloced) { in krb5_old_decrypt()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dconfig.c93 int alloced = 0; local
149 if (gctx->nconfiglist == alloced) {
151 if (nconfiglist == alloced) {
153 alloced += CONFIGLISTGROWSIZE;
156 alloced * sizeof(struct configlist));
163 alloced * sizeof(struct configlist));
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c62 static int alloced; /*%< if allocated space before */ in setenv() local
81 if (alloced) { /*%< just increase size */ in setenv()
88 alloced = 1; /*%< copy old entries into it */ in setenv()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dsetenv.c92 static int alloced; /* if allocated space before */ local
113 if (alloced) { /* just increase size */
121 alloced = 1; /* copy old entries into it */
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c66 static int alloced; /* if allocated space before */
85 if (alloced) { /* just increase size */
92 alloced = 1; /* copy old entries into it */
/titanic_41/usr/src/uts/common/os/
H A Ddevpolicy.c587 size_t alloced; in devpolicy_get() local
607 alloced = totitems * sizeof (devplcysys_t); in devpolicy_get()
608 itmp = kmem_zalloc(alloced, KM_SLEEP); in devpolicy_get()
637 if (copyout(itmp, uitmp, alloced)) in devpolicy_get()
640 kmem_free(itmp, alloced); in devpolicy_get()
/titanic_41/usr/src/lib/libsec/common/
H A Dacl_lex.l766 int alloced; variable
775 alloced = cnt + 1;
793 if (cnt + 1 >= alloced) {
795 alloced + 80);
796 alloced += 80;
801 alloced - strlen(yylval.str));
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c533 char *alloced; /* Pointer to MSGVERB's value */ in msgverbset() local
546 if ((alloced = libc_malloc(strlen(opts) + 1)) == NULL) { in msgverbset()
550 nexttok = strcpy(alloced, opts); in msgverbset()
604 libc_free(alloced); in msgverbset()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c166 boolean_t alloced; in nl7c_add_addr() local
188 alloced = B_TRUE; in nl7c_add_addr()
190 alloced = B_FALSE; in nl7c_add_addr()
197 if (alloced) { in nl7c_add_addr()
/titanic_41/usr/src/cmd/passwd/
H A Dpasswd.c1449 int alloced = 100; in get_namelist_local() local
1454 if ((nl = calloc(alloced, sizeof (*nl))) == NULL) in get_namelist_local()
1463 if (++nuser == alloced) { in get_namelist_local()
1464 alloced += 100; in get_namelist_local()
1465 nl = realloc(nl, alloced * (sizeof (*nl))); in get_namelist_local()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_standalone.c113 uint32_t alloced; member
358 if (strlen(linep) >= hostService->alloced) { in get_db()
364 hostService->alloced = 0; in get_db()
369 hostService->alloced = strlen(linep) + 1; in get_db()
372 if (remove_ldap(hostService->conf, linep, hostService->alloced)) in get_db()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c640 int alloced = 0; in eval_func() local
665 alloced = 1; in eval_func()
671 if (alloced) in eval_func()
710 int alloced = 0; in eval_func() local
735 alloced = 1; in eval_func()
745 if (alloced) in eval_func()
/titanic_41/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2279 boolean_t alloced = B_FALSE; in zs_usage_compute() local
2288 alloced = B_TRUE; in zs_usage_compute()
2445 if (alloced) in zs_usage_compute()
2457 if (alloced) in zs_usage_compute()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4648 static int alloced; /* if allocated space before */ in local_setenv() local
4687 if (alloced) { /* just increase size */ in local_setenv()
4693 alloced = 1; /* copy old entries into it */ in local_setenv()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c986 int alloced = 0; in sbd_read_meta_section() local
999 alloced = 1; in sbd_read_meta_section()
1019 if ((ret != SBD_SUCCESS) && alloced) in sbd_read_meta_section()