/netbsd-src/external/lgpl3/mpc/dist/src/ |
H A D | strtoc.c | 26 skip_whitespace (const char **p) in skip_whitespace() function
|
H A D | inp_str.c | 27 skip_whitespace (FILE *stream) in skip_whitespace() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_flag_parser.cc | 73 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cc | 75 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.h | 299 #define skip_whitespace() \ macro
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | read_data.c | 95 skip_whitespace (FILE *fp) in skip_whitespace() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_flag_parser.cpp | 81 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | search.c | 266 skip_whitespace (char *string) in skip_whitespace() function
|
/netbsd-src/external/bsd/less/dist/ |
H A D | mark.c | 405 #define skip_whitespace while (*line == ' ') line++ in restore_mark() macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-pdp11.c | 321 skip_whitespace (char *str) in skip_whitespace() function
|
H A D | tc-xgate.c | 813 skip_whitespace (char *s) in skip_whitespace() function
|
H A D | obj-elf.c | 1922 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
|
H A D | tc-tic6x.c | 1184 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
|
/netbsd-src/usr.sbin/inetd/ |
H A D | parse_v2.c | 334 skip_whitespace(char **cpp) in skip_whitespace() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-pdp11.c | 321 skip_whitespace (char *str) in skip_whitespace() function
|
H A D | tc-xgate.c | 813 skip_whitespace (char *s) in skip_whitespace() function
|
H A D | obj-elf.c | 1959 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
|
H A D | tc-tic6x.c | 1184 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
|
H A D | tc-metag.c | 220 skip_whitespace (const char *line) in skip_whitespace() function
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | testpkts.c | 549 int skip_whitespace) in read_entry() 697 read_datafile(const char* name, int skip_whitespace) in read_datafile()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | traditional.c | 224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() function
|
H A D | lex.c | 1246 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | traditional.cc | 224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() function
|
H A D | lex.cc | 1756 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() function
|
/netbsd-src/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair.c | 45 #define skip_whitespace(p) while ((*(p) == ' ') || (*(p) == '\t')) p++ macro
|