Searched refs:rest (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c977 const char *rest = string; local
986 while (*rest)
997 switch (*rest)
1001 (rest[1] == 'p' || rest[1] == 'P') &&
1002 (rest[2] == 'r' || rest[2] == 'R'))
1005 (rest[1] == 's' || rest[1] == 's') &&
1006 (rest[
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnfspwd.pl44 } elsif ((($user, $rest) = m@^/usr/people/(\w+)/(.*)@o)
46 print("/u/$user/$rest\n");
/vbox/src/VBox/RDP/client-1.8.3/
H A Dlspci.c142 static char *rest = NULL; local
154 str_handle_lines(buf, &rest, lspci_process_line, NULL);
H A Dxkeymap.c197 add_sequence(char *rest, char *mapname) argument
207 chars = strspn(rest, " \t");
208 rest += chars;
211 chars = strcspn(rest, " \t\0");
212 STRNCPY(keyname, rest, chars + 1);
213 rest += chars;
227 while (*rest)
230 chars = strspn(rest, " \t");
231 rest += chars;
234 chars = strcspn(rest, " \
[all...]
H A Drdesktop.c1611 line. Incomplete lines are saved in the rest variable, which should
1615 str_handle_lines(const char *input, char **rest, str_handle_lines_t linehandler, void *data) argument
1626 if (*rest)
1627 restlen = strlen(*rest);
1631 if (*rest)
1632 STRNCPY(buf, *rest, buflen);
1657 /* Save in rest */
1658 oldrest = *rest;
1660 *rest = (char *) xmalloc(restlen);
1661 STRNCPY((*rest),
1677 char *rest = NULL; local
[all...]
H A Drdpsnd.c676 static char *rest = NULL; local
684 str_handle_lines(buf, &rest, rdpsnddbg_line_handler, NULL);
H A Dproto.h150 RD_BOOL str_handle_lines(const char *input, char **rest, str_handle_lines_t linehandler,
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_pa32.s64 LDW -44-framesz(%r3),%r25 ; load rest of 2 arguments
90 LDW -40(%r30),%r25 ; load the rest of dispatch argument registers
H A Dxptcstubs_asm_ppc_aix.s55 # on entry SharedStub has the method selector in r12, the rest of the original
H A Dxptcstubs_asm_ppc_aix64.s68 # on entry SharedStub has the method selector in r12, the rest of the original
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcstubs_mac.s26 # on entry SharedStub has the method selector in r12, the rest of the original
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm68 ; function in SUPLib.cpp to do the rest.
75 ; Allocate package and set the sizes (the helper does the rest of
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp915 char *rest = nsCRT::strdup(string); local
916 char *token = nsCRT::strtok(rest, delimiter, &newStr);
925 PR_FREEIF(rest);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py129 (directory, rest) = os.path.split(text)
130 c = len(rest)
132 if c == 0 or word[:c] == rest:
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshlobj.h1252 DWORD WINAPI SHRestricted(RESTRICTIONS rest);
/vbox/
H A Dconfigure2312 [ "$OS" = "darwin" ] && echo " only, ignored for the rest)"
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c177 int rest; member in struct:__anon17226
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshlobj.h1281 DWORD WINAPI SHRestricted(RESTRICTIONS rest);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm381 mov cx, 60h ; leave the rest as zeros
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm2672 ; Let CheckOpcodeCsIp to the rest.

Completed in 157 milliseconds