Searched refs:GETENV_SIGNED (Results 1 – 2 of 2) sorted by relevance
226 sizeof(int), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()240 sizeof(long), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()254 sizeof(int8_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()261 sizeof(int16_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()268 sizeof(int32_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()275 sizeof(int64_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
414 #define GETENV_SIGNED true /* negative numbers allowed */ macro