Searched defs:esc (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_string.c | 50 int esc = 0; local 54 if (esc) { 126 esc = 0; 129 if ((esc = c == '\\') == 0)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fparseln.c | 75 * that starts in *sp, is escaped by the escape character esc. 78 isescaped(const char *sp, const char *p, int esc) argument 87 if (esc == '\0') 91 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) 113 char esc, con, nl, com; local 128 esc = str[0]; 150 if (*cp == com && !isescaped(ptr, cp, esc)) { 167 if (*cp == con && !isescaped(ptr, cp, esc)) { 190 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL && 191 strchr(buf, esc) ! [all...] |
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/ |
H A D | keyboard-types.h | 58 unsigned esc; member in struct:__anon16030
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | utils.c | 50 char *pe, *e, esc[4]; local 74 snprintf(esc, 4, "%%%02X", *p); 75 memcpy(pe, esc, 3);
|
Completed in 853 milliseconds