Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/time/
Dstrptime_l.c74 while (ISSPACE (*rp)) \
191 # define ISSPACE(Ch) __isspace_l (Ch, locale) macro
196 # define ISSPACE(Ch) isspace (Ch) macro
300 if (ISSPACE (*fmt)) in __strptime_internal()
302 while (ISSPACE (*rp)) in __strptime_internal()
596 while (ISSPACE (*rp)) in __strptime_internal()
771 while (ISSPACE (*rp)) in __strptime_internal()
773 while (!ISSPACE (*rp) && *rp != '\0') in __strptime_internal()
784 while (ISSPACE (*rp)) in __strptime_internal()
/glibc-2.36/stdlib/
Dstrtol_l.c137 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
150 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
291 while (ISSPACE (*s)) in INTERNAL()
Dstrtod_l.c110 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
121 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
611 while (ISSPACE (c)); in ____STRTOF_INTERNAL()
/glibc-2.36/stdio-common/
Dvfscanf-internal.c89 # define ISSPACE(Ch) iswspace (Ch) macro
122 # define ISSPACE(Ch) __isspace_l (Ch, loc) macro
446 if (ISSPACE (fc)) in __vfwscanf_internal()
463 while (ISSPACE (c)) in __vfwscanf_internal()
631 while (ISSPACE (c)); in __vfwscanf_internal()
1031 if (ISSPACE (c)) in __vfwscanf_internal()
1221 if (ISSPACE (c)) in __vfwscanf_internal()
3019 while (ISSPACE (c)); in __vfwscanf_internal()
/glibc-2.36/manual/
Dtime.texi1899 @c ISSPACE ok
1909 @c ISSPACE dup ok
/glibc-2.36/ChangeLog.old/
DChangeLog.106330 definitions for MEMCPY, ISSPACE, ISDIGIT, ISXDIGIT, TOLOWER, L_,
9478 (_IO_vfwscanf): Change isspace to ISSPACE and UNGETC to ungetc.
DChangeLog.222765 [_LIBC || ! __GNU_LIBRARY__](ISSPACE): Remove.
DChangeLog.132028 * time/strptime.c (ISSPACE): New #define. Use isspace or
DChangeLog.1868849 * time/strptime_l.c (get_number): Use ISSPACE.