Searched refs:OPT_NUMERIC (Results 1 – 2 of 2) sorted by relevance
149 #define OPT_NUMERIC 0x0010 /* favor numeric ids */ macro187 if (*z || !(options & OPT_NUMERIC)) in getids()207 if (*z || !(options & OPT_NUMERIC)) in getids()301 options |= OPT_NUMERIC; in b_chgrp()
597 #define OPT_NUMERIC(NAME, TYPE, FUNCTION) \ macro616 OPT_NUMERIC(ullong, unsigned long long, strtoull) in OPT_NUMERIC() function617 OPT_NUMERIC(uint, unsigned int, strtoul) in OPT_NUMERIC()