HomeSort by: relevance | last modified time | path
    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