Searched refs:f_mode (Results 1 - 2 of 2) sorted by relevance

/external/iputils/
H A Dtftpd.c206 char *f_mode; member in struct:formats
249 for (pf = formats; pf->f_mode; pf++)
250 if (strcmp(pf->f_mode, mode) == 0)
252 if (pf->f_mode == 0) {
/external/qemu/disas/
H A Di386.c334 #define indirEp { OP_indirE, f_mode }
340 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */
478 #define f_mode 13 /* 4- or 6-byte pointer operand */ macro
4929 case f_mode:

Completed in 130 milliseconds