/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-asprintf.c | 48 va_list ap2; in vasprintf() local 52 VA_COPY(ap2, ap); in vasprintf() 56 ret = vsnprintf(string, INIT_SZ, fmt, ap2); in vasprintf() 68 va_end(ap2); in vasprintf() 69 VA_COPY(ap2, ap); in vasprintf() 70 ret = vsnprintf(newstr, len, fmt, ap2); in vasprintf() 79 va_end(ap2); in vasprintf() 85 va_end(ap2); in vasprintf()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | pthr_attr.c | 114 const thrattr_t *ap2 = attr2? attr2->__pthread_attrp : def_thrattr(); in pthread_attr_equal() local 116 if (ap1 == NULL || ap2 == NULL) in pthread_attr_equal() 118 return (ap1 == ap2 || memcmp(ap1, ap2, sizeof (thrattr_t)) == 0); in pthread_attr_equal()
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 238 static const long double ap2[] = { /* 19 terms */ variable 315 case 5: return ch*s+s*poly(s, ap2, 19); in primary()
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | __lgammal.c | 234 static const long double ap2[] = { /* 19 terms */ variable 311 case 5: return ch*s+s*poly(s,ap2,19); in primary()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | cmd3.c | 1065 register char **ap, **ap2, *cp; in alternates() local 1081 for (ap = namelist, ap2 = altnames; *ap; ap++, ap2++) { in alternates() 1086 *ap2 = cp; in alternates() 1088 *ap2 = 0; in alternates()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 504 struct auth k, *ap, *ap2; in get_passwd() local 542 for (ap2 = parmp->parm_auth; ap2 < ap; ap2++) { in get_passwd() 543 if (ap2->keyid == l) { in get_passwd()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 1493 AUTH_MSG_NEGOT_2 *ap2; in emlxs_issue_auth_negotiate() local 1618 ap2 = (AUTH_MSG_NEGOT_2 *)pkt->pkt_cmd; in emlxs_issue_auth_negotiate() 1619 ap2->auth_els_code = ELS_CMD_AUTH_CODE; in emlxs_issue_auth_negotiate() 1620 ap2->auth_els_flags = 0x00; in emlxs_issue_auth_negotiate() 1621 ap2->auth_msg_code = AUTH_NEGOTIATE; in emlxs_issue_auth_negotiate() 1622 ap2->proto_version = 0x01; in emlxs_issue_auth_negotiate() 1623 ap2->msg_len = LE_SWAP32(cmdsize - in emlxs_issue_auth_negotiate() 1730 ap2->tran_id = in emlxs_issue_auth_negotiate() 1733 ap2->params.name_tag = AUTH_NAME_ID; in emlxs_issue_auth_negotiate() 1734 ap2->params.name_len = AUTH_NAME_LEN; in emlxs_issue_auth_negotiate() [all …]
|
/titanic_44/usr/src/cmd/su/ |
H A D | su.c | 1520 va_list ap2; in alloc_vsprintf() local 1530 va_copy(ap2, ap1); in alloc_vsprintf() 1541 n = vsnprintf(buf, sizeof (buf), fmt, ap2); in alloc_vsprintf() 1542 va_end(ap2); in alloc_vsprintf()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 1217 fmd_asru_t *ap2, **pp; in fmd_asru_hash_delete_case() local 1224 for (ap2 = *pp; ap2 != NULL; ap2 = apnext) { in fmd_asru_hash_delete_case() 1225 apnextp = &ap2->asru_next; in fmd_asru_hash_delete_case() 1227 if (ap2 == ap) { in fmd_asru_hash_delete_case()
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 353 static int actioncmp(ap1,ap2) in actioncmp() argument 355 struct action *ap2; 358 rc = ap1->sp->index - ap2->sp->index; 359 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type; 362 assert( ap2->type==REDUCE || ap2->type==RD_RESOLVED || ap2->type==CONFLICT); 363 rc = ap1->x.rp->index - ap2->x.rp->index; 3597 struct action *ap, *ap2; local 3612 for(ap2=ap->next; ap2; ap2=ap2->next){ 3613 if( ap2->type!=REDUCE ) continue; 3614 rp2 = ap2->x.rp;
|
/titanic_44/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 803 const cfga_ap_log_id_t ap2) in config_ap_id_cmp() argument 815 (void) strlcpy(apstat2, ap2, sizeof (apstat2)); in config_ap_id_cmp() 855 ret = (*libloc.libp->cfga_ap_id_cmp_p)(ap1, ap2); in config_ap_id_cmp() 3184 array_list_t *ap, *ap2; in lstat_free() local 3197 ap2 = ap->next; in lstat_free() 3200 ap = ap2; in lstat_free()
|
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 102 static int ldata_compare(const void *ap1, const void *ap2); 2203 ldata_compare(const void *ap1, const void *ap2) in ldata_compare() argument 2209 ap_id2 = (cfga_list_data_t *)ap2; in ldata_compare()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 1317 tl_eqaddr(tl_addr_t *ap1, tl_addr_t *ap2) in tl_eqaddr() argument 1320 (ap1->ta_alen == ap2->ta_alen) && in tl_eqaddr() 1321 (ap1->ta_zoneid == ap2->ta_zoneid) && in tl_eqaddr() 1322 (bcmp(ap1->ta_abuf, ap2->ta_abuf, ap1->ta_alen) == 0)); in tl_eqaddr() 1367 tl_addr_t *ap2 = (tl_addr_t *)key2; in tl_hash_cmp_addr() local 1373 ASSERT(ap2->ta_abuf != NULL); in tl_hash_cmp_addr() 1375 ASSERT(ap2->ta_alen > 0); in tl_hash_cmp_addr()
|