Searched refs:GET_PROGNAME (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kdestroy/ |
H A D | kdestroy.c | 64 #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 D | klist.c | 57 #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 D | kinit.c | 73 #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]);
|