Searched refs:REASON (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/ntp/sntp/tests/ |
| D | kodDatabase.c | 31 const char REASON[] = "DENY"; in test_SingleEntryHandling() local 33 add_entry(HOST, REASON); in test_SingleEntryHandling() 39 TEST_ASSERT_EQUAL_STRING(REASON, result->type); in test_SingleEntryHandling() 80 const char REASON[] = "DENY"; in test_NoMatchInSearch() local 82 add_entry(HOST_ADD, REASON); in test_NoMatchInSearch() 123 const char REASON[] = "DENY"; in test_DeleteEntry() local 125 add_entry(HOST1, REASON); in test_DeleteEntry() 126 add_entry(HOST2, REASON); in test_DeleteEntry() 127 add_entry(HOST3, REASON); in test_DeleteEntry() 134 delete_entry(HOST2, REASON); in test_DeleteEntry()
|
| D | packetHandling.c | 253 static const char * REASON = "DENY"; in test_HandleKodDemobilize() local 261 memcpy(&rpkt.refid, REASON, 4); in test_HandleKodDemobilize() 272 TEST_ASSERT_EQUAL_MEMORY(REASON, entry->type, 4); in test_HandleKodDemobilize()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.proc.h | 110 #define REASON 0x004 macro
|
| D | sh.proc.c | 392 (void) pprint(pp, NUMBER | NAME | REASON); in pchild() 435 flags = pprint(pp, NUMBER | NAME | REASON); in pnote() 1037 !(flag & REASON))) in pprint() 1063 if (flag & (REASON | AREASON)) { in pprint() 1094 if ((flag & REASON) in pprint() 1120 if (flag & REASON) { in pprint() 1142 if (flag & (REASON | AREASON) && pp->p_flags & PDUMPED) in pprint() 1316 int flag = NUMBER | NAME | REASON | JOBLIST; in dojobs()
|