Home
last modified time | relevance | path

Searched refs:tmpc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dinv1.c45 char tmpa[20], tmpb[20], tmpc[20]; in main() local
140 sprintf(tmpc, "junk%dk", getpid()); in main()
141 sprintf(com, "mv %s %s", tmpa, tmpc); in main()
144 tmpb, tmpc, tmpa); in main()
157 unlink(tmpc); in main()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1349 char *tmpc; in cfga_get_condition() local
1354 &tmpc) != 0) { in cfga_get_condition()
1359 condition = get_val_from_result(tmpc); in cfga_get_condition()
1374 free(tmpc); in cfga_get_condition()
1386 char *tmpb = NULL, *tmpc = NULL; in cfga_list_ext() local
1513 if (hp_get_private(node, PCIEHPC_PROP_CARD_TYPE, &tmpc) != 0) in cfga_list_ext()
1516 cardtype = get_val_from_result(tmpc); in cfga_list_ext()
1552 free(tmpc); in cfga_list_ext()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2561 char tmpc; \
2563 tmpc = (c); \
2570 *bp++ = tmpc; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1491 ipqos_conf_class_t *tmpc; in diffclasses() local
1552 if ((tmpc = classexist(cls->name, old->classes)) == NULL || in diffclasses()
1553 (tmpc->originator != IPP_CONFIG_IPQOSCONF && in diffclasses()
1554 tmpc->originator != IPP_CONFIG_PERMANENT)) { in diffclasses()
1565 res = diffclass(tmpc, cls); in diffclasses()