/src/usr.bin/make/unit-tests/ |
opt-m-include-dir.mk | 6 # The .../canary.mk special argument starts searching in the current 8 # directory that contains a file called canary.mk. 12 # steps up in the directory hierarchy, serving as the canary file. 14 # Next to the canary file, there is opt-m-step3.mk. This file is found 23 CANARY_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-canary.mk 47 .MAKEFLAGS: -m .../opt-m-canary.mk 50 # canary file does not exist.
|
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
utils.c | 85 static unsigned char canary[CANARY_SIZE]; variable in typeref:typename:unsigned char[] 354 randombytes_buf(canary, sizeof canary); 499 canary_ptr = ((unsigned char *) ptr) - sizeof canary; 532 if (page_size <= sizeof canary || page_size < sizeof unprotected_size) { 535 size_with_canary = (sizeof canary) + size; 544 memcpy(unprotected_ptr + unprotected_size, canary, sizeof canary); 550 user_ptr = canary_ptr + sizeof canary; 551 memcpy(canary_ptr, canary, sizeof canary) [all...] |
/src/tests/usr.bin/xlint/lint1/ |
op_colon.c | 10 struct canary { struct 15 sink(struct canary);
|
/src/sys/dev/acpi/ |
qcomsmem.c | 96 uint16_t canary; member in struct:qcsmem_private_entry 289 if (entry->canary != QCSMEM_PRIV_ENTRY_CANARY) { 290 device_printf(sc->sc_dev, "invalid canary\n"); 308 entry->canary = QCSMEM_PRIV_ENTRY_CANARY; 394 if (entry->canary != QCSMEM_PRIV_ENTRY_CANARY) { 395 device_printf(sc->sc_dev, "invalid canary\n"); 426 if (entry->canary != QCSMEM_PRIV_ENTRY_CANARY) { 427 device_printf(sc->sc_dev, "invalid canary\n");
|