Searched defs:GET_PROGNAME (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/krb5/src/clients/kswitch/ |
H A D | kswitch.c | 31 #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 D | kdestroy.c | 41 #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 D | klist.c | 42 #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 D | kinit.c | 40 #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
|