Searched refs:pw_big_ids_warning (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dpw_scan.c59 * If pw_big_ids_warning is -1 on entry to pw_scan(), it will be set based
63 * normal ID sizes is now gone so pw_big_ids_warning is disabled for now.
68 static int pw_big_ids_warning = 0; variable
94 if (pw_big_ids_warning == -1)
95 pw_big_ids_warning = getenv("PW_SCAN_BIG_IDS") == NULL ? 1 : 0;
138 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
168 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_copy.c55 extern int pw_big_ids_warning;
195 * If pw_big_ids_warning is anything other than -1 on entry to pw_scan()
199 int pw_big_ids_warning = -1; variable
210 if (pw_big_ids_warning == -1)
211 pw_big_ids_warning = getenv("PW_SCAN_BIG_IDS") == NULL ? 1 : 0;
243 if (pw_big_ids_warning && id > USHRT_MAX) {
257 if (pw_big_ids_warning && id > USHRT_MAX) {

Completed in 109 milliseconds