Home
last modified time | relevance | path

Searched defs:GET_PROGNAME (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/clients/kswitch/
H A Dkswitch.c31 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/')+1 : (x)) macro
33 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
/freebsd/crypto/krb5/src/clients/kdestroy/
H A Dkdestroy.c41 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/') + 1 : (x)) macro
43 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
/freebsd/crypto/krb5/src/clients/klist/
H A Dklist.c42 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/') + 1 : (x)) macro
44 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
/freebsd/crypto/krb5/src/clients/kinit/
H A Dkinit.c40 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/') + 1 : (x)) macro
42 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro