Searched refs:fcmp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c82 static int fcmp(const void *, const void *);
187 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp);
233 qsort(dfp0, dfplast - dfp0, sizeof (struct afile), fcmp);
557 fcmp(const void *arg1, const void *arg2) function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c44 static int fcmp(struct afile *, struct afile *);
54 static int fcmp();
643 (int (*)(const void *, const void *)) fcmp);
715 (int (*)(const void *, const void *)) fcmp);
834 fcmp(f1, f2) function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c499 formatfcmp_t fcmp; member in union:ifmt
2009 prt_field("opf", f->fcmp.opf, 9);
2053 prt_field("opf", f->fcmp.opf, 9);
2062 prt_field("cc", f->fcmp.cc, 2);
2096 ccstr = fcc_names[f->fcmp.cc];
2106 (is_cmp != 0 && f->fcmp.cc != 0) ||
2127 prt_field("opf", f->fcmp.opf, 9);
2463 if ((f->fcmp.op == 2) && (f->fcmp.op3 == 0x36) && (f->fcmp
[all...]
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h184 fcmp = 0x14, enumerator in enum:fp_opcode
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c341 static int fcmp();
2242 sizeof (struct filenames), fcmp);
2264 sizeof (struct filenames), fcmp);
2379 * fcmp - routine used by qsort. Will sort first by name, then
2384 fcmp(struct filenames *f1, struct filenames *f2) function
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c399 case fcmp:

Completed in 65 milliseconds