Searched refs:GETENV_SIGNED (Results 1 – 2 of 2) sorted by relevance
244 sizeof(int), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()258 sizeof(long), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()272 sizeof(int8_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()279 sizeof(int16_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()286 sizeof(int32_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()293 sizeof(int64_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
484 #define GETENV_SIGNED true /* negative numbers allowed */ macro