Searched refs:tmpc (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/refer/ |
H A D | inv1.c | 47 char tmpa[20], tmpb[20], tmpc[20]; in main() local 142 sprintf(tmpc, "junk%dk", getpid()); in main() 143 sprintf(com, "mv %s %s", tmpa, tmpc); in main() 146 tmpb, tmpc, tmpa); in main() 159 unlink(tmpc); in main()
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | auxutil.c | 595 X509 *tmpc; local 599 tmpc = sk_X509_delete(src, 0); 600 if (sk_X509_push(dst, tmpc) == 0) { 601 X509_free(tmpc);
|
H A D | p12auxpars.c | 423 STACK_OF(X509) *tmpc; in parse_pkcs12() 426 tmpc = work_cl; in parse_pkcs12() 428 tmpc = work_ca; in parse_pkcs12() 432 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 1645 STACK_OF(X509) *tmpc; in parse_pkcs12() 1648 tmpc = work_cl; in parse_pkcs12() 1650 tmpc = work_ca; in parse_pkcs12() 1654 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12() 2210 X509 *tmpc; in move_certs() local 2214 tmpc = sk_X509_delete(src, 0); in move_certs() 2215 if (sk_X509_push(dst, tmpc) == 0) { in move_certs() 2216 X509_free(tmpc); in move_certs()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2560 char tmpc; \ 2562 tmpc = (c); \ 2569 *bp++ = tmpc; \
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 1496 ipqos_conf_class_t *tmpc; in diffclasses() local 1557 if ((tmpc = classexist(cls->name, old->classes)) == NULL || in diffclasses() 1558 (tmpc->originator != IPP_CONFIG_IPQOSCONF && in diffclasses() 1559 tmpc->originator != IPP_CONFIG_PERMANENT)) { in diffclasses() 1570 res = diffclass(tmpc, cls); in diffclasses()
|