Home
last modified time | relevance | path

Searched refs:GETENV_SIGNED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_sysctl.c259 sizeof(int), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
273 sizeof(long), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
287 sizeof(int8_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
294 sizeof(int16_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
301 sizeof(int32_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
308 sizeof(int64_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
/freebsd/sys/sys/
H A Dsystm.h430 #define GETENV_SIGNED true /* negative numbers allowed */ macro