/titanic_50/usr/src/cmd/mail/ |
H A D | Tout.c | 51 Tout(char *subname, char *fmt, ...) in Tout() argument 64 char *subname; local 70 subname = Xsubname; 79 subname = va_arg(args, char *); 82 if (subname && *subname) { 83 fprintf(dbgfp,"%s(): ", subname); 94 subname = va_arg(args, char *);
|
H A D | Dout.c | 51 Dout(char *subname, int level, char *fmt, ...) in Dout() argument 65 char *subname; local 73 subname = Xsubname; 83 subname = va_arg(args, char *); 89 if (subname && *subname) { 90 fprintf(dbgfp,"%s(): ", subname);
|
H A D | mail.h | 274 extern void Dout(char *subname, int level, char *fmt, ...); 275 extern void Tout(char *subname, char *msg, ...);
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 285 const char *subname; in b_poll() local 299 if (!(subname=nv_getsub(array_np_sub))) in b_poll() 321 if (!(subname=nv_getsub(array_np_sub))) in b_poll() 324 np = nv_open_fmt(shp->var_tree, NV_NOFAIL|NV_NOADD, "%s[%s].fd", varname, subname); in b_poll() 326 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].fd", varname, subname); in b_poll() 333 np = nv_open_fmt(shp->var_tree, NV_NOFAIL|NV_NOADD, "%s[%s].events", varname, subname); in b_poll() 335 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].events", varname, subname); in b_poll() 366 if (!(subname=nv_getsub(array_np_sub))) in b_poll() 369 np = nv_open_fmt(shp->var_tree, NV_NOFAIL, "%s[%s].revents", varname, subname); in b_poll() 371 errormsg(SH_DICT, ERROR_system(1), "couldn't create pollfd %s[%s].revents", varname, subname); in b_poll() [all …]
|
/titanic_50/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 937 char *subname = NULL; in get_subname() local 955 if ((subname = malloc(SUBNAMESIZ)) == NULL) in get_subname() 958 (void) memset(subname, 0, SUBNAMESIZ); in get_subname() 959 (void) strlcpy(subname, "C=", SUBNAMESIZ); in get_subname() 960 (void) strlcat(subname, country, SUBNAMESIZ); in get_subname() 962 (void) strlcat(subname, ", ST=", SUBNAMESIZ); in get_subname() 963 (void) strlcat(subname, state, SUBNAMESIZ); in get_subname() 967 (void) strlcat(subname, ", L=", SUBNAMESIZ); in get_subname() 968 (void) strlcat(subname, locality, SUBNAMESIZ); in get_subname() 972 (void) strlcat(subname, ", O=", SUBNAMESIZ); in get_subname() [all …]
|
H A D | gencert.c | 600 char *subname = NULL; in pk_gencert() local 819 subname = NULL; in pk_gencert() 820 if (get_subname(&subname) != KMF_OK || subname == NULL) { in pk_gencert() 835 subname = strdup(subject); in pk_gencert() 836 if (subname == NULL) { in pk_gencert() 927 tokenname, subname, altname, alttype, altcrit, in pk_gencert() 934 tokenname, subname, altname, alttype, altcrit, in pk_gencert() 942 ltime, subname, altname, alttype, altcrit, in pk_gencert() 953 if (subname) in pk_gencert() 954 free(subname); in pk_gencert()
|
H A D | gencsr.c | 394 char *subname = NULL; in pk_gencsr() local 614 if (get_subname(&subname) != KMF_OK) { in pk_gencsr() 626 subname = strdup(subject); in pk_gencsr() 627 if (subname == NULL) { in pk_gencsr() 718 tokenname, subname, altname, alttype, altcrit, in pk_gencsr() 726 tokenname, subname, altname, alttype, altcrit, in pk_gencsr() 733 keyAlg, keylen, fmt, subname, altname, in pk_gencsr() 752 if (subname) in pk_gencsr() 753 free(subname); in pk_gencsr()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_get.c | 193 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument 203 names[1] = subname; in profile_get_string() 225 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 239 names[1] = subname; in profile_get_integer() 306 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() argument 319 names[1] = subname; in profile_get_boolean()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | profile.h | 79 (profile_t profile, const char *name, const char *subname, 83 (profile_t profile, const char *name, const char *subname, 88 (profile_t profile, const char *name, const char *subname,
|