Searched refs:GET_PROGNAME (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A Dkdestroy.c64 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/')+1 : (x)) macro
66 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
128 progname = GET_PROGNAME(argv[0]);
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c57 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/')+1 : (x)) macro
59 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
165 progname = GET_PROGNAME(argv[0]);
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c73 #define GET_PROGNAME(x) (strrchr((x), '/') ? strrchr((x), '/')+1 : (x)) macro
75 #define GET_PROGNAME(x) max(max(strrchr((x), '/'), strrchr((x), '\\')) + 1,(x)) macro
1316 progname = GET_PROGNAME(argv[0]);

Completed in 61 milliseconds