| /f-stack/lib/ |
| H A D | ff_ini_parser.c | 31 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 D | subr_scanf.c | 141 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 D | property.c | 117 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 D | route_ddb.c | 223 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 D | xopo.c | 240 if (!isspace((int) *cp)) in main() 250 while (isspace((int) *ep) && ep > cp) in main()
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 131 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 D | ctype.h | 45 isspace(int c) in isspace() function
|
| /f-stack/freebsd/libkern/ |
| H A D | inet_aton.c | 93 if (isspace((unsigned char)*c)) { in inet_aton()
|
| H A D | strtoul.c | 65 } while (isspace(c)); in strtoul()
|
| H A D | strtouq.c | 63 } while (isspace(c)); in strtouq()
|
| H A D | strtol.c | 67 } while (isspace(c)); in strtol()
|
| H A D | strtoq.c | 66 } while (isspace(c)); in strtoq()
|
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.c | 69 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 D | parser.h | 15 for ( ; isspace(*_p); _p++) \
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.h | 18 for ( ; isspace(*_p); _p++) \
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | parser.h | 18 for ( ; isspace(*_p); _p++) \
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lctype.h | 85 #define lisspace(c) (isspace(c))
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 64 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
|
| /f-stack/tools/ngctl/ |
| H A D | main.c | 617 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 D | aslascii.c | 260 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_proxy.h | 152 # ifndef isspace 153 # define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utstrsuppt.c | 415 while (isspace ((UINT8) **String)) in AcpiUtRemoveWhitespace()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 177 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 645 while (*String && isspace (*String)) in AcpiDbGetNextToken() 757 while (*String && !isspace (*String)) in AcpiDbGetNextToken()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep_boot.c | 138 while (isspace(*cmdline)) in cmdline_set_env()
|