Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dconfig.c92 int alloced = 0; local
148 if (gctx->nconfiglist == alloced) {
150 if (nconfiglist == alloced) {
152 alloced += CONFIGLISTGROWSIZE;
155 alloced * sizeof(struct configlist));
162 alloced * sizeof(struct configlist));
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c57 static int alloced; /*%< if allocated space before */ in setenv() local
76 if (alloced) { /*%< just increase size */ in setenv()
83 alloced = 1; /*%< copy old entries into it */ in setenv()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c65 static int alloced; /* if allocated space before */
84 if (alloced) { /* just increase size */
91 alloced = 1; /* copy old entries into it */
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_info_leak.c23 STATE(alloced);
46 set_state(my_id, name, sym, &alloced); in match_kmalloc()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l768 int alloced; variable
777 alloced = cnt + 1;
795 if (cnt + 1 >= alloced) {
797 alloced + 80);
798 alloced += 80;
803 alloced - strlen(yylval.str));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c531 char *alloced; /* Pointer to MSGVERB's value */ in msgverbset() local
544 if ((alloced = libc_malloc(strlen(opts) + 1)) == NULL) { in msgverbset()
548 nexttok = strcpy(alloced, opts); in msgverbset()
602 libc_free(alloced); in msgverbset()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c642 int alloced = 0; in eval_func() local
667 alloced = 1; in eval_func()
673 if (alloced) in eval_func()
712 int alloced = 0; in eval_func() local
737 alloced = 1; in eval_func()
747 if (alloced) in eval_func()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c1344 int numvec, alloced; in ppt_setup_msix() local
1383 numvec, &alloced, 0) != DDI_SUCCESS) { in ppt_setup_msix()
1393 if (numvec != alloced) { in ppt_setup_msix()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1018 int alloced = 0; in sbd_read_meta_section() local
1031 alloced = 1; in sbd_read_meta_section()
1051 if ((ret != SBD_SUCCESS) && alloced) in sbd_read_meta_section()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs395 …fo)->seals, (struct shmem_inode_info)->flags, (struct shmem_inode_info)->alloced, (struct shmem_in…