Searched refs:ef (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c33 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
/haiku/src/libs/bsd/
H A Derr.c66 err_set_exit(void (*ef)(int)) argument
68 err_exit = ef;
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h325 u_int ef; local
327 __asm __volatile("pushfl; popl %0" : "=r" (ef));
328 return (ef);
385 write_eflags(u_int ef) argument
387 __asm __volatile("pushl %0; popfl" : : "r" (ef));
741 void intr_restore(register_t ef);
793 void write_eflags(u_int ef);
/haiku/src/bin/unzip/
H A Dextract.c95 static int TestExtraField OF((__GPRO__ uch *ef, unsigned ef_len));
1692 static int TestExtraField(__G__ ef, ef_len)
1694 uch *ef; variable
1706 ebID = makeword(ef);
1707 ebLen = (unsigned)makeword(ef+EB_LEN);
1731 (makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))
1733 (makelong(ef+EB_HEADSIZE) == ebLen - EB_MAC3_HLEN))
1740 (*(ef+(EB_HEADSIZE+EB_FLGS_OFFS)) & EB_BE_FL_UNCMPR) &&
1741 (makelong(ef+EB_HEADSIZE) == ebLen - EB_BEOS_HLEN))
1747 if ((r = test_compr_eb(__G__ ef, ebLe
[all...]
H A Dbeos.c237 uch *ef = G.extra_field; local
242 ebID = makeword(ef);
243 ebLen = (unsigned)makeword(ef+EB_LEN);
251 (unsigned)makeword(ef+(EB_HEADSIZE+EB_ASI_MODE));
264 ef += (ebLen + EB_HEADSIZE);
340 RO_extra_block *ef_spark; /* pointer Acorn FTYPE ef block */

Completed in 74 milliseconds