/titanic_41/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()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | config.c | 93 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 D | setenv.c | 62 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 D | setenv.c | 92 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 D | setenv.c | 66 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 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()
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | acl_lex.l | 766 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 D | fmtmsg.c | 533 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 D | nl7c.c | 166 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 D | passwd.c | 1449 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 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()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 640 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 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()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 986 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()
|