Home
last modified time | relevance | path

Searched refs:strrev (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/
H A Dvm.c606 char *strrev( char *string ) in strrev() function
708 return strrev(string); in ltoa()
744 return strrev(string); in ultoa()
H A Dficl.h663 char *strrev( char *string );
H A Dwords.c2967 strrev(sp->text); in numberSignGreater()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h906 # define strrev strrev_sendmail macro
/freebsd/contrib/sendmail/src/
H A Dqueue.c145 static char *strrev __P((char *));
2889 w->w_host = strrev(&p[1]);
3544 strrev(fwd) in strrev() function