Home
last modified time | relevance | path

Searched defs:skip_whitespace (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dstrtoc.c26 skip_whitespace (const char **p) in skip_whitespace() function
H A Dinp_str.c27 skip_whitespace (FILE *stream) in skip_whitespace() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.cc73 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc75 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.h299 #define skip_whitespace() \ macro
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dread_data.c95 skip_whitespace (FILE *fp) in skip_whitespace() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.cpp81 void FlagParser::skip_whitespace() { in skip_whitespace() function in __sanitizer::FlagParser
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsearch.c266 skip_whitespace (char *string) in skip_whitespace() function
/netbsd-src/external/bsd/less/dist/
H A Dmark.c405 #define skip_whitespace while (*line == ' ') line++ in restore_mark() macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pdp11.c321 skip_whitespace (char *str) in skip_whitespace() function
H A Dtc-xgate.c813 skip_whitespace (char *s) in skip_whitespace() function
H A Dobj-elf.c1922 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
H A Dtc-tic6x.c1184 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
/netbsd-src/usr.sbin/inetd/
H A Dparse_v2.c334 skip_whitespace(char **cpp) in skip_whitespace() function
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-pdp11.c321 skip_whitespace (char *str) in skip_whitespace() function
H A Dtc-xgate.c813 skip_whitespace (char *s) in skip_whitespace() function
H A Dobj-elf.c1959 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
H A Dtc-tic6x.c1184 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
H A Dtc-metag.c220 skip_whitespace (const char *line) in skip_whitespace() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c549 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 Dtraditional.c224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() function
H A Dlex.c1246 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dtraditional.cc224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() function
H A Dlex.cc1756 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() function
/netbsd-src/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair.c45 #define skip_whitespace(p) while ((*(p) == ' ') || (*(p) == '\t')) p++ macro

12