Searched refs:fcmp (Results 1 – 4 of 4) sorted by relevance
/original-bsd/local/ukc/restore/ |
H A D | interactive.c | 39 extern int fcmp(); 449 qsort((char *)ap->head, ap->last - ap->head, sizeof *ap->head, fcmp); 677 sizeof *alist.head, fcmp); 777 fcmp(f1, f2) in fcmp() function
|
/original-bsd/sbin/restore/ |
H A D | interactive.c | 57 static int fcmp __P((const void *, const void *)); 534 qsort((char *)list, entries, sizeof(struct afile), fcmp); 730 fcmp(f1, f2) in fcmp() function
|
/original-bsd/contrib/gcc-2.3.3/config/ |
H A D | m68k.md | 491 return \"fcmp%.x %0,%1\"; 493 return \"fcmp%.d %0,%f1\"; 496 return \"fcmp%.d %1,%f0\"; 501 return \"fcmp%.x %1,%0\"; 503 return \"fcmp%.d %f1,%0\"; 506 return \"fcmp%.d %f0,%1\"; 544 return \"fcmp%.x %0,%1\"; 546 return \"fcmp%.s %0,%f1\"; 549 return \"fcmp%.s %1,%f0\"; 554 return \"fcmp%.x %1,%0\"; [all …]
|
/original-bsd/sbin/fsdb/ |
H A D | fsdb.c | 1788 int fcmp(); 1796 sizeof (struct filenames), fcmp); 1818 sizeof (struct filenames), fcmp); 1934 fcmp(f1, f2) in fcmp() function
|