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

  /src/lib/libc/nameser/
ns_samedomain.c 61 int diff, escaped; local in function:ns_samedomain
69 escaped = 0;
73 if (escaped)
74 escaped = 0;
76 escaped = 1;
79 if (!escaped)
85 escaped = 0;
89 if (escaped)
90 escaped = 0;
92 escaped = 1
    [all...]
ns_name.c 229 int c, n, escaped, e = 0; local in function:ns_name_pton2
232 escaped = 0;
238 if (escaped) {
250 escaped = 0;
280 escaped = 0;
282 escaped = 1;
  /src/usr.bin/make/unit-tests/
opt-debug-errors.mk 9 all: fail-escaped-space
21 fail-escaped-space:
opt-debug-errors-jobs.mk 9 all: fail-escaped-space
18 fail-escaped-space:
  /src/sys/dev/ir/
sir.h 67 u_int escaped; member in struct:framestate
  /src/lib/libc/resolv/
res_comp.c 218 int ch, escaped = 0; local in function:res_mailok
228 if (!escaped && periodchar(ch))
230 if (escaped)
231 escaped = 0;
233 escaped = 1;
  /src/libexec/httpd/
bozohttpd.c 1170 * Like strncmp(), but s_esc may contain characters escaped by \.
1198 * and the : separator may be used in the left hand side escaped with
1211 bool escaped = false; local in function:check_remap
1246 escaped = false;
1250 if (!escaped && *p == ':')
1252 if (escaped) {
1253 escaped = false;
1256 escaped = true;
2093 * this escapes HTML tags. returns allocated escaped
  /src/usr.bin/make/
parse.c 487 /* Check if the current character is escaped on the current line. */
491 bool escaped = false; local in function:IsEscaped
493 escaped = !escaped;
494 return escaped;
2522 /* Keep an escaped ' ' at the line end. */
  /src/usr.bin/xlint/lint1/
lint1.h 519 bool escaped; /* \n, \003, \x24 */ member in struct:__anondcf084d01b08

Completed in 19 milliseconds