| /src/external/bsd/ntp/dist/tests/libntp/ |
| digests.c | 45 int msgf; local 68 msgf = open(msg_fname, O_RDONLY); 69 if (msgf < 0) { 74 result = fstat(msgf, &msg_stat); 88 octets = read(msgf, msg, msg_sz);
|
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 210 void msgf (const char *fmt, ...); 480 void msgf(const char *fmt, ...) function 556 msgf("alarm"); 977 msgf("Failed (%s)", fail_reason); 979 msgf("Failed"); 1058 msgf("abort on (%v)", s1); 1083 msgf("clear abort on (%v)", s1); 1106 msgf("report (%v)", s1); 1131 msgf("clear report (%v)", s1); 1151 msgf("timeout set to %d seconds", timeout) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 110 const int msgf; /* cost of an MSGF instruction. */ member in struct:processor_costs 147 COSTS_N_INSNS (7), /* MSGF */ 179 COSTS_N_INSNS (4), /* MSGF */ 211 COSTS_N_INSNS (4), /* MSGF */ 243 COSTS_N_INSNS (10), /* MSGF */ 275 COSTS_N_INSNS (6), /* MSGF */ 307 COSTS_N_INSNS (6), /* MSGF */ 3779 *total = s390_cost->msgf;
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 114 const int msgf; /* cost of an MSGF instruction. */ member in struct:processor_costs 151 COSTS_N_INSNS (7), /* MSGF */ 183 COSTS_N_INSNS (4), /* MSGF */ 215 COSTS_N_INSNS (4), /* MSGF */ 247 COSTS_N_INSNS (10), /* MSGF */ 279 COSTS_N_INSNS (6), /* MSGF */ 311 COSTS_N_INSNS (6), /* MSGF */ 3973 *total = s390_cost->msgf;
|