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

12

/seL4-refos-master/libs/libmuslc/src/string/
H A Drindex.c5 char *rindex(const char *s, int c) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dbeconf.h15 #define rindex strrchr macro
H A Dos2conf.h73 #ifndef rindex
74 #define rindex strrchr macro
H A Dmacconf.h70 #define rindex strrchr macro
H A Dunixconf.h17 * rindex strrchr
298 # ifndef rindex
299 #define rindex strrchr macro
H A Dpcconf.h210 #ifndef rindex
211 # define rindex strrchr macro
H A Dvmsconf.h218 #define rindex strrchr macro
H A Dntconf.h100 #define rindex strrchr macro
H A Dsystem.h413 E char *FDECL(rindex, (const char *,int));
435 E char *FDECL(rindex, (const char *,int));
H A Dwceconf.h137 #define rindex strrchr macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dbeconf.h15 #define rindex strrchr macro
H A Dos2conf.h73 #ifndef rindex
74 #define rindex strrchr macro
H A Dmacconf.h70 #define rindex strrchr macro
H A Dunixconf.h17 * rindex strrchr
298 # ifndef rindex
299 #define rindex strrchr macro
H A Dpcconf.h210 #ifndef rindex
211 # define rindex strrchr macro
H A Dvmsconf.h218 #define rindex strrchr macro
H A Dntconf.h100 #define rindex strrchr macro
H A Dsystem.h413 E char *FDECL(rindex, (const char *,int));
435 E char *FDECL(rindex, (const char *,int));
H A Dwceconf.h137 #define rindex strrchr macro
/seL4-refos-master/libs/libmuslc/include/
H A Dstrings.h20 char *rindex (const char *, int);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c416 tf = rindex(file, '.');
645 tf = rindex(lock, '.');
847 char *semi_colon = rindex(SAVEF, ';');
1279 char *semi_colon = rindex(lockname, ';');
H A Dobjnam.c980 if(((tmp = rindex(str, ' ')) || (tmp = rindex(str, '-'))) &&
1899 if ((p = rindex(bp, '(')) != 0) {
H A Dmkmaze.c528 /* rindex always succeeds due to code in prior block */
529 int len = (rindex(protofile, '-') - protofile) + 1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c416 tf = rindex(file, '.');
645 tf = rindex(lock, '.');
847 char *semi_colon = rindex(SAVEF, ';');
1279 char *semi_colon = rindex(lockname, ';');
H A Dobjnam.c980 if(((tmp = rindex(str, ' ')) || (tmp = rindex(str, '-'))) &&
1899 if ((p = rindex(bp, '(')) != 0) {

Completed in 98 milliseconds

12