Searched refs:SUBDELIMS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 4526 #define SUBDELIMS "!$&'()*+,;=" macro 4534 strchr(SUBDELIMS, *s) || in userinfo_ok() 4552 strchr(SUBDELIMS, *s)) in regname_ok() 4606 strchr(SUBDELIMS, *s) || in bracket_addr_ok() 4737 strchr(SUBDELIMS, *cp) || in end_of_path()
|
/freebsd/contrib/libevent/ |
H A D | http.c | 4526 #define SUBDELIMS "!$&'()*+,;=" macro 4534 strchr(SUBDELIMS, *s) || in userinfo_ok() 4552 strchr(SUBDELIMS, *s)) in regname_ok() 4606 strchr(SUBDELIMS, *s) || in bracket_addr_ok() 4737 strchr(SUBDELIMS, *cp) || in end_of_path()
|