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 D | tst.index.d.out | 11 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 D | tst.index.d | 168 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 D | strings.h | 52 #define rindex(x,y) strrchr((x), (y)) macro
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.index.d | 47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp, 60 trace(rindex((char *)arg0, (char *)arg1));
|
H A D | tst.shortstr.d | 71 printf("%d\n", rindex(this->str, this->str1));
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xos.h | 51 * 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 D | tst.libdepfullyconnected.ksh | 77 \$pos = rindex(\$_, "/", \$pos);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 91 INTFUNC(rindex("The SystemTap, The.", "The"))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 45 #undef rindex macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 45 #undef rindex macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 45 #undef rindex macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 46 #undef rindex macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 46 #undef rindex macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | CodeFragmentCollector.py | 331 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 D | CodeFragmentCollector.py | 318 SlashIndex = CurrentLine.rindex(T_CHAR_BACKSLASH)
|
Completed in 3471 milliseconds