Home
last modified time | relevance | path

Searched refs:FSUB (Results 1 – 7 of 7) sorted by relevance

/original-bsd/bin/pax/
H A Doptions.c63 FSUB fsub[] = {
163 FSUB tmp;
342 if (frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub,
343 sizeof(fsub)/sizeof(FSUB), sizeof(FSUB), c_frmt)) {
349 for (i = 0; i < (sizeof(fsub)/sizeof(FSUB)); ++i)
822 return(strcmp(((FSUB *)a)->name, ((FSUB *)b)->name));
H A Dpax.h130 } FSUB; typedef
H A Dextern.h153 extern FSUB fsub[];
175 extern FSUB *frmt;
H A Dpax.c44 FSUB *frmt = NULL; /* archive format type */
H A Dar_subs.c534 FSUB *orgfrmt; in append()
/original-bsd/sys/sparc/fpu/
H A Dfpu.c261 case FSUB >> 2:
/original-bsd/sys/sparc/include/
H A Dinstr.h316 #define FSUB 0x44 macro