Searched refs:isescaped (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dfparseln.c60 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)) {
/netbsd-current/external/bsd/blocklist/port/
H A Dfparseln.c52 static int isescaped(const char *, const char *, int);
54 /* isescaped():
59 isescaped(const char *sp, const char *p, int esc) function
122 if (*cp == com && !isescaped(ptr, cp, esc)) {
139 if (*cp == con && !isescaped(ptr, cp, esc)) {

Completed in 126 milliseconds