Lines Matching full:chosen
252 int isdigit(int c) __attribute__((enable_if(c <= -1 || c > 255, "chosen when 'c' is out of range"))) __attribute__((unavailable("'c' must have the value of an unsigned char or EOF")));
272 evaluation, then this overload will not be chosen and the provided string may
287 "chosen when the buffer size is known but 'maxlen' is not")))