Searched refs:rindex (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out11 if (rindex("foobarbaz", "barbaz") != 3) {
12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n",
13 rindex("foobarbaz", "barbaz"));
14 printf(" D => rindex(\"foobarbaz\", \"barbaz\") = 3\n");
25 if (rindex("foofoofoo", "foo") != 6) {
26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n",
27 rindex("foofoofoo", "foo"));
28 printf(" D => rindex(\"foofoofoo\", \"foo\") = 6\n");
39 if (rindex("boofoofoo", "foo") != 6) {
40 printf("perl => rindex(\"boofoofo
[all...]
H A Dtst.index.d168 this->result = rindex(command[i].str, command[i].substr);
170 printf("\tif (rindex(\"%s\", \"%s\") != %d) {\n",
172 printf("\t\tprintf(\"perl => rindex(\\\"%s\\\", \\\"%s\\\") = ",
174 printf("%%d\\n\",\n\t\t rindex(\"%s\", \"%s\"));\n",
176 printf("\t\tprintf(\" D => rindex(\\\"%s\\\", \\\"%s\\\") = ",
205 this->result = rindex(command[i].str,
208 printf("\tif (rindex(\"%s\", \"%s\", %d) != %d) {\n", command[i].str,
210 printf("\t\tprintf(\"perl => rindex(\\\"%s\\\", \\\"%s\\\", %d) = ",
212 printf("%%d\\n\",\n\t\t rindex(\"%s\", \"%s\", %d));\n",
214 printf("\t\tprintf(\" D => rindex(\\\"
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstrings.h52 #define rindex(x,y) strrchr((x), (y)) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.index.d47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp,
60 trace(rindex((char *)arg0, (char *)arg1));
H A Dtst.shortstr.d71 printf("%d\n", rindex(this->str, this->str1));
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos.h51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
69 # ifndef rindex
70 # define rindex(s,c) (strrchr((s),(c))) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh77 \$pos = rindex(\$_, "/", \$pos);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d91 INTFUNC(rindex("The SystemTap, The.", "The"))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h45 #undef rindex macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h45 #undef rindex macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h45 #undef rindex macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h46 #undef rindex macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h46 #undef rindex macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCodeFragmentCollector.py331 SlashIndex = CurrentLine.rindex(T_CHAR_BACKSLASH)
453 SlashIndex = CurrentLine.rindex(T_CHAR_BACKSLASH)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCodeFragmentCollector.py318 SlashIndex = CurrentLine.rindex(T_CHAR_BACKSLASH)

Completed in 1599 milliseconds