/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/ |
H A D | old_decrypt.c | 51 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 D | config.c | 92 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 D | setenv.c | 57 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 D | setenv.c | 65 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 D | check_info_leak.c | 23 STATE(alloced); 46 set_state(my_id, name, sym, &alloced); in match_kmalloc()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devpolicy.c | 587 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 D | acl_lex.l | 768 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 D | fmtmsg.c | 531 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 D | passwd.c | 1451 int alloced = 100; in get_namelist_local() local 1456 if ((nl = calloc(alloced, sizeof (*nl))) == NULL) in get_namelist_local() 1465 if (++nuser == alloced) { in get_namelist_local() 1466 alloced += 100; in get_namelist_local() 1467 nl = realloc(nl, alloced * (sizeof (*nl))); in get_namelist_local()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 113 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 D | eval.c | 642 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 D | ppt.c | 1388 int numvec, alloced; in ppt_setup_msix() local 1427 numvec, &alloced, 0) != DDI_SUCCESS) { in ppt_setup_msix() 1437 if (numvec != alloced) { in ppt_setup_msix()
|
/illumos-gate/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 2279 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 D | in.telnetd.c | 4648 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 D | sbd.c | 1018 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 D | kernel.implicit_dependencies.no_structs | 395 …fo)->seals, (struct shmem_inode_info)->flags, (struct shmem_inode_info)->alloced, (struct shmem_in…
|