Home
last modified time | relevance | path

Searched refs:ustrrchr (Results 1 – 9 of 9) sorted by relevance

/dports/print/a2ps/a2ps-4.13/lib/
H A Dmetaseq.c309 cp2 = ustrrchr (cp, DIRECTORY_SEPARATOR); in grow_user_string_obstack()
633 cp = ustrrchr (file->name, DIRECTORY_SEPARATOR); in grow_user_string_obstack()
733 cp = ustrrchr (file->name, DIRECTORY_SEPARATOR); in grow_user_string_obstack()
740 cp2 = ustrrchr (cp, '.'); in grow_user_string_obstack()
750 cp = ustrrchr (file->name, DIRECTORY_SEPARATOR); in grow_user_string_obstack()
H A Droutines.h70 #define ustrrchr(x,y) \ macro
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dunicode.h83 AL_FUNC(char *, ustrrchr, (AL_CONST char *s, int c));
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddigmid.c470 s = ustrrchr(filename, '#'); in _digmid_find_patches()
H A Dunicode.c2145 char *ustrrchr(AL_CONST char *s, int c) in ustrrchr() function
H A Dfile.c1449 p = ustrrchr(fname, '#'); in pack_fopen_special_file()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dthanks._tx1062 ustrrchr(), improved the usprintf() handling of floats, changed the
H A Dallegro._tx1601 @xref uconvert, ustrrchr, ustrstr, ustrpbrk, ustrtok
1611 @@char *@ustrrchr(const char *s, int c);
1616 char *p = ustrrchr("one,two,three,four", ',');<endblock>
1622 @xref uconvert, ustrchr, ustrrchr, ustrpbrk, ustrtok
1632 @xref uconvert, ustrchr, ustrrchr, ustrstr, ustrtok
1642 @xref uconvert, ustrchr, ustrrchr, ustrstr, ustrpbrk, ustrtok_r
H A Dchanges._tx4026 3.9.31: Sven Sandberg added a ustrrchr() function, and improved the