HomeSort by: relevance | last modified time | path
    Searched defs:isescaped (Results 1 - 1 of 1) 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 in typeref:typename:int
135 if (*cp == com && !isescaped(ptr, cp, esc)) {
152 if (*cp == con && !isescaped(ptr, cp, esc)) {

Completed in 11 milliseconds