Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libm/i386/src/
H A Dnextafter.s41 ftmp: .long 0,0 /// WILL WRITE INTO label
120 fstpl PIC_L(ftmp) / create underflow signal
/titanic_50/usr/src/lib/libnisdb/
H A Dldap_val.c2050 __nis_mapping_format_t *ftmp; in verifyMappingMatch() local
2053 for (nf = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in verifyMappingMatch()
2096 __nis_mapping_format_t *ftmp; in matchMappingItem() local
2104 for (nf = numItems = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in matchMappingItem()
2111 if (ftmp->type == mmt_item) in matchMappingItem()
2113 else if (ftmp->type == mmt_berstring && ftmp->match.berString && in matchMappingItem()
2114 ftmp->match.berString[0] == 'a') in matchMappingItem()
2230 __nis_mapping_format_t *ftmp; in extractMappingItem() local
2244 for (nf = numitem = 0, ftmp = f; ftmp->type != mmt_end; in extractMappingItem()
2245 ftmp++) { in extractMappingItem()
[all …]
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6439 ql_fcache_t *ftmp; in ql_setup_fcache() local
6462 if ((ftmp = ql_setup_fnode(ha)) == NULL) { in ql_setup_fcache()
6470 head = tail = ftmp; in ql_setup_fcache()
6472 tail->next = ftmp; in ql_setup_fcache()
6473 tail = ftmp; in ql_setup_fcache()
6484 if ((rval = ql_dump_fcode(ha, ftmp->buf, FBUFSIZE, in ql_setup_fcache()
6493 if (ql_check_pci(ha, ftmp, &freadpos)) { in ql_setup_fcache()
6502 ftmp = head; in ql_setup_fcache()
6503 while (ftmp != NULL) { in ql_setup_fcache()
6504 tail = ftmp->next; in ql_setup_fcache()
[all …]
/titanic_50/usr/src/cmd/csh/
H A Dsh.c763 int fp, ftmp, oldidfds; in rechist() local
775 ftmp = SHOUT; in rechist()
782 SHOUT = ftmp; in rechist()