OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isescaped
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdio/
fparseln.c
60
static int
isescaped
(const char *, const char *, int);
62
/*
isescaped
():
67
isescaped
(const char *sp, const char *p, int esc)
function
135
if (*cp == com && !
isescaped
(ptr, cp, esc)) {
152
if (*cp == con && !
isescaped
(ptr, cp, esc)) {
/src/external/bsd/blocklist/port/
fparseln.c
54
static int
isescaped
(const char *, const char *, int);
56
/*
isescaped
():
61
isescaped
(const char *sp, const char *p, int esc)
function
124
if (*cp == com && !
isescaped
(ptr, cp, esc)) {
141
if (*cp == con && !
isescaped
(ptr, cp, esc)) {
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026