Home
last modified time | relevance | path

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

123

/f-stack/lib/
H A Dff_ini_parser.c31 while (p > s && isspace((unsigned char)(*--p))) in rstrip()
39 while (*s && isspace((unsigned char)(*s))) in lskip()
53 was_space = isspace((unsigned char)(*s)); in find_chars_or_comment()
/f-stack/freebsd/kern/
H A Dsubr_scanf.c141 if (isspace(c)) { in vsscanf()
142 while (inr > 0 && isspace(*inp)) in vsscanf()
294 while (isspace(*inp)) { in vsscanf()
392 while (!isspace(*inp)) { in vsscanf()
402 while (!isspace(*inp)) { in vsscanf()
/f-stack/tools/libutil/
H A Dproperty.c117 if (isspace((unsigned char)ch)) in properties_read()
150 else if (isspace((unsigned char)ch)) in properties_read()
167 else if (v == 0 && isspace((unsigned char)ch)) in properties_read()
/f-stack/freebsd/net/route/
H A Droute_ddb.c223 for (; (end >= buf) && (*end=='\n' || isspace(*end)); end--) in _DB_FUNC()
225 while (isspace(*buf)) in _DB_FUNC()
/f-stack/tools/libxo/xopo/
H A Dxopo.c240 if (!isspace((int) *cp)) in main()
250 while (isspace((int) *ep) && ep > cp) in main()
/f-stack/tools/libnetgraph/
H A Dmsg.c131 for (cmd = buf; isspace(*cmd); cmd++) in NgSendAsciiMsg()
133 for (args = cmd; *args != '\0' && !isspace(*args); args++) in NgSendAsciiMsg()
136 while (isspace(*args)) in NgSendAsciiMsg()
/f-stack/freebsd/sys/
H A Dctype.h45 isspace(int c) in isspace() function
/f-stack/freebsd/libkern/
H A Dinet_aton.c93 if (isspace((unsigned char)*c)) { in inet_aton()
H A Dstrtoul.c65 } while (isspace(c)); in strtoul()
H A Dstrtouq.c63 } while (isspace(c)); in strtouq()
H A Dstrtol.c67 } while (isspace(c)); in strtol()
H A Dstrtoq.c66 } while (isspace(c)); in strtoq()
/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c69 if (isspace(str[len-1])) { in _strip()
71 while (newlen > 0 && isspace(str[newlen - 1])) in _strip()
75 if (isspace(str[0])) { in _strip()
78 while (isspace(str[start]) && start < newlen) in _strip()
/f-stack/dpdk/app/test-eventdev/
H A Dparser.h15 for ( ; isspace(*_p); _p++) \
/f-stack/dpdk/drivers/net/softnic/
H A Dparser.h18 for ( ; isspace(*_p); _p++) \
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.h18 for ( ; isspace(*_p); _p++) \
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlctype.h85 #define lisspace(c) (isspace(c))
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h64 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/f-stack/tools/ngctl/
H A Dmain.c617 for (s = buf; *s != '\0' && !isspace(*s); s++);
648 while (isspace(*s))
656 && !isspace(buf[len-1]))
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslascii.c260 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h152 # ifndef isspace
153 # define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutstrsuppt.c415 while (isspace ((UINT8) **String)) in AcpiUtRemoveWhitespace()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h177 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbinput.c645 while (*String && isspace (*String)) in AcpiDbGetNextToken()
757 while (*String && !isspace (*String)) in AcpiDbGetNextToken()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep_boot.c138 while (isspace(*cmdline)) in cmdline_set_env()

123