Searched defs:pend (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c385 Char *pend = &patbuf[patsize / sizeof(Char)]; local
387 pend--;
398 d < (char *)(void *)pend && *p && *p != SLASH;
402 if (d == (char *)(void *)pend)
425 for (b = patbuf; b < pend && *h; *b++ = *h++)
428 if (b == pend)
432 while (b < pend && (*b++ = *p++) != EOS)
435 if (b == pend)
587 Char *pend; local
643 for (pend
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c790 unsigned char *plen1, *plen2, *pend; local
849 pend = out->p;
854 out->p = pend;
2238 unsigned char *psize, *pend, *pStatusCode; local
2383 pend = out->p;
2386 out_uint32_le(out, pend - psize - 16);
2391 out->p = pend;
2393 addToEnd = (pend - pStatusCode) % 16;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1713 PyLong_FromString(char *str, char **pend, int base) argument
1973 if (pend)
1974 *pend = str;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h1277 unsigned int pend; member in struct:codeview_symbol::__anon14111
1291 unsigned int pend; member in struct:codeview_symbol::__anon14112
1305 unsigned int pend; member in struct:codeview_symbol::__anon14113
1322 unsigned int pend; member in struct:codeview_symbol::__anon14114
1339 unsigned int pend; member in struct:codeview_symbol::__anon14115
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1232 unsigned int pend; member in struct:codeview_symbol::__anon1454
1246 unsigned int pend; member in struct:codeview_symbol::__anon1455
1260 unsigned int pend; member in struct:codeview_symbol::__anon1456
1277 unsigned int pend; member in struct:codeview_symbol::__anon1457
1294 unsigned int pend; member in struct:codeview_symbol::__anon1458

Completed in 89 milliseconds