OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_separator
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/wind/
idn-lookup.c
58
is_separator
(uint32_t u)
function
96
for (j = i; j < norm_len && !
is_separator
(norm[j]); ++j)
/src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c
59
#define
is_separator
(c) (c == '/' || c == ',' || c == '\n' || c == ' ' \
macro
849
if (!
is_separator
(c) && c != EOF)
859
if (!
is_separator
(c) && c != EOF)
904
while (c != EOF && !
is_separator
(c));
926
if (
is_separator
(c))
1295
if (
is_separator
(c) || c == EOF)
1490
if (
is_separator
(c) || (c == EOF))
1502
if (
is_separator
(c) || (c == EOF))
1512
if (
is_separator
(c))
1516
if (
is_separator
(c) || (c == EOF)
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c
59
#define
is_separator
(c) (c == '/' || c == ',' || c == '\n' || c == ' ' \
macro
822
if (!
is_separator
(c) && c != EOF)
832
if (!
is_separator
(c) && c != EOF)
877
while (c != EOF && !
is_separator
(c));
891
if (
is_separator
(c))
1260
if (
is_separator
(c) || c == EOF)
1450
if (
is_separator
(c) || (c == EOF))
1462
if (
is_separator
(c) || (c == EOF))
1472
if (
is_separator
(c))
1476
if (
is_separator
(c) || (c == EOF)
[
all
...]
/src/usr.bin/make/
cond.c
364
is_separator
(char ch)
function
401
if (outsideQuotes &&
is_separator
(par->p[0]))
450
case ')': /* see
is_separator
*/
Completed in 41 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026