HomeSort by: relevance | last modified time | path
    Searched defs:whitespace_eq (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
options.c 71 static char whitespace_eq[] = "= \t\r\n"; variable in typeref:typename:char[]
72 #define whitespace (whitespace_eq + 1)
173 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
options.c 71 static char whitespace_eq[] = "= \t\r\n"; variable in typeref:typename:char[]
72 #define whitespace (whitespace_eq + 1)
173 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {

Completed in 40 milliseconds