Home
last modified time | relevance | path

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

/titanic_41/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]);
/titanic_41/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]);
/titanic_41/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]);