Home
last modified time | relevance | path

Searched refs:isspace (Results 1 – 25 of 25) sorted by relevance

/third_party/ulib/musl/src/network/
A Dresolvconf.c42 if (!strncmp(line, "options", 7) && isspace(line[7])) { in __get_resolv_conf()
66 if (!strncmp(line, "nameserver", 10) && isspace(line[10])) { in __get_resolv_conf()
69 for (p = line + 11; isspace(*p); p++) in __get_resolv_conf()
71 for (z = p; *z && !isspace(*z); z++) in __get_resolv_conf()
81 if ((strncmp(line, "domain", 6) && strncmp(line, "search", 6)) || !isspace(line[6])) in __get_resolv_conf()
83 for (p = line + 7; isspace(*p); p++) in __get_resolv_conf()
A Dlookup_serv.c93 if (p > line && !isspace(p[-1])) in __lookup_serv()
95 if (p[l] && !isspace(p[l])) in __lookup_serv()
103 for (p = line; *p && !isspace(*p); p++) in __lookup_serv()
/third_party/ulib/musl/src/ctype/
A Disspace.c2 #undef isspace
4 int isspace(int c) { in isspace() function
/third_party/ulib/musl/include/
A Dctype.h18 int isspace(int);
35 #define isspace(a) __isspace(a) macro
/third_party/uapp/dash/src/
A Dsystem.c33 #define isspace _isspace macro
46 #undef isspace
148 int isspace(int c) { in isspace() function
A Dinit.c106 #undef isspace
107 #define isspace _isspace macro
A Dmystring.c138 while (isspace((unsigned char)*p)) in atomax()
A Dexpand.c1511 { .name = ":space:]", .fn = isspace }, in ccmatch()
/third_party/ulib/musl/src/stdlib/
A Datoi.c6 while (isspace(*s)) in atoi()
A Datol.c7 while (isspace(*s)) in atol()
A Datoll.c7 while (isspace(*s)) in atoll()
/third_party/ulib/musl/src/stdio/
A Dvfscanf.c82 if (isspace(*p)) { in vfscanf()
83 while (isspace(p[1])) in vfscanf()
86 while (isspace(shgetc(f))) in vfscanf()
199 while (isspace(shgetc(f))) in vfscanf()
/third_party/ulib/musl/src/time/
A Dstrptime.c16 if (isspace(*f)) in strptime()
17 for (; *s && isspace(*s); s++) in strptime()
98 for (; *s && isspace(*s); s++) in strptime()
/third_party/lib/acpica/source/components/utilities/
A Dutnonansi.c227 while ((*String) && (isspace ((int) *String) || *String == '\t')) in AcpiUtStrtoul64()
254 if (!(*String) || isspace ((int) *String) || *String == '\t') in AcpiUtStrtoul64()
A Dutclib.c573 while (isspace (*String) || *String == '\t') in strtoul()
/third_party/lib/acpica/source/include/acpica/
A Dacclib.h69 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
/third_party/lib/acpica/source/compiler/
A Daslascii.c152 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource()
A Daslutils.c1038 while (isspace ((int) *String) || *String == '\t') in stroul64()
/third_party/ulib/musl/src/internal/
A Dintscan.c30 while (isspace((c = shgetc(f)))) in __intscan()
A Dfloatscan.c477 while (isspace((c = shgetc(f)))) in __floatscan()
/third_party/ulib/musl/src/locale/
A Dpleval.c32 while (isspace(*s)) in skipspace()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosefixf.c823 while (isspace (*String)) in AcpiEfiArgify()
830 if (isspace (*String) && in AcpiEfiArgify()
/third_party/lib/acpica/source/common/
A Dacfileio.c347 if (!isprint (Byte) && !isspace (Byte)) in AcIsFileBinary()
/third_party/uapp/kilo/
A Dkilo.c389 return c == '\0' || isspace(c) || strchr(",.()+-/*=~%[];",c) != NULL;
420 while(*p && isspace(*p)) {
/third_party/ulib/musl/
A Dmusl-rules.mk198 $(LOCAL_DIR)/src/ctype/isspace.c \

Completed in 38 milliseconds