Searched refs:ISSPACE (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/time/ |
D | strptime_l.c | 74 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/ |
D | strtol_l.c | 137 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 150 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 291 while (ISSPACE (*s)) in INTERNAL()
|
D | strtod_l.c | 110 # 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/ |
D | vfscanf-internal.c | 89 # 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/ |
D | time.texi | 1899 @c ISSPACE ok 1909 @c ISSPACE dup ok
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 6330 definitions for MEMCPY, ISSPACE, ISDIGIT, ISXDIGIT, TOLOWER, L_, 9478 (_IO_vfwscanf): Change isspace to ISSPACE and UNGETC to ungetc.
|
D | ChangeLog.22 | 2765 [_LIBC || ! __GNU_LIBRARY__](ISSPACE): Remove.
|
D | ChangeLog.13 | 2028 * time/strptime.c (ISSPACE): New #define. Use isspace or
|
D | ChangeLog.18 | 68849 * time/strptime_l.c (get_number): Use ISSPACE.
|