pname 816 lib/talloc/talloc.c const char *pname;
pname 818 lib/talloc/talloc.c pname = talloc_get_name(ptr);
pname 819 lib/talloc/talloc.c if (likely(pname == name || strcmp(pname, name) == 0)) {
pname 845 lib/talloc/talloc.c const char *pname;
pname 852 lib/talloc/talloc.c pname = talloc_get_name(ptr);
pname 853 lib/talloc/talloc.c if (likely(pname == name || strcmp(pname, name) == 0)) {
pname 857 lib/talloc/talloc.c talloc_abort_type_missmatch(location, pname, name);
pname 188 lib/util/fault.c _PUBLIC_ void fault_setup(const char *pname)
pname 191 lib/util/fault.c progname = pname;
pname 92 lib/util/util.h _PUBLIC_ void fault_setup(const char *pname);
pname 198 nsswitch/libwbclient/wbc_sid.c char **pname,
pname 253 nsswitch/libwbclient/wbc_sid.c if (pname != NULL) {
pname 254 nsswitch/libwbclient/wbc_sid.c *pname = name;
pname 472 source3/include/proto.h void setup_logging(const char *pname, bool interactive);
pname 4959 source3/include/proto.h uint32 idx, char **pname, struct registry_value **pval);
pname 572 source3/lib/debug.c void setup_logging(const char *pname, bool interactive)
pname 595 source3/lib/debug.c const char *p = strrchr_m( pname,'/' );
pname 597 source3/lib/debug.c pname = p + 1;
pname 599 source3/lib/debug.c openlog( pname, LOG_PID, SYSLOG_FACILITY );
pname 602 source3/lib/debug.c openlog( pname, LOG_PID );
pname 43 source3/lib/popt_common.c const char *pname;
pname 46 source3/lib/popt_common.c pname = strrchr_m(poptGetInvocationName(con),'/');
pname 48 source3/lib/popt_common.c if (!pname)
pname 49 source3/lib/popt_common.c pname = poptGetInvocationName(con);
pname 51 source3/lib/popt_common.c pname++;
pname 53 source3/lib/popt_common.c if (asprintf(&lfile, "%s/log.%s", arg, pname) < 0) {
pname 497 source3/libaddns/dns.h struct dns_domain_name **pname);
pname 502 source3/libaddns/dns.h struct dns_domain_name **pname);
pname 247 source3/libaddns/dnsmarshall.c struct dns_domain_name **pname)
pname 264 source3/libaddns/dnsmarshall.c *pname = name;
pname 5674 source3/printing/nt_printing.c const char *pname;
pname 5689 source3/printing/nt_printing.c pname = PRINTERNAME(snum);
pname 5691 source3/printing/nt_printing.c if (!pname || !*pname) {
pname 5703 source3/printing/nt_printing.c if (!nt_printing_getsec(mem_ctx, pname, &secdesc)) {
pname 330 source3/registry/reg_api.c uint32 idx, char **pname, struct registry_value **pval)
pname 356 source3/registry/reg_api.c if (pname
pname 357 source3/registry/reg_api.c && !(*pname = talloc_strdup(
pname 6199 source3/rpc_server/srv_spoolss_nt.c char *pname;
pname 6201 source3/rpc_server/srv_spoolss_nt.c if ( (pname = strchr_m( printer->info_2->printername+2, '\\' )) != NULL )
pname 6202 source3/rpc_server/srv_spoolss_nt.c pname++;
pname 6204 source3/rpc_server/srv_spoolss_nt.c pname = printer->info_2->printername;
pname 6207 source3/rpc_server/srv_spoolss_nt.c init_unistr2( &buffer, pname, UNI_STR_TERMINATE);
pname 6211 source3/rpc_server/srv_spoolss_nt.c notify_printer_printername( snum, pname );
pname 700 source3/smbd/server.c const char *pname;
pname 711 source3/smbd/server.c pname = lp_printername(snum);
pname 712 source3/smbd/server.c if (!pcap_printername_ok(pname)) {
pname 713 source3/smbd/server.c DEBUG(3, ("removing stale printer %s\n", pname));
pname 717 source3/smbd/server.c del_a_printer(pname);
pname 880 source3/smbd/trans2.c char *pname;
pname 923 source3/smbd/trans2.c pname = ¶ms[28];
pname 930 source3/smbd/trans2.c srvstr_get_path(ctx, params, req->flags2, &fname, pname,
pname 2541 source3/torture/torture.c char pname[1024];
pname 2559 source3/torture/torture.c if (!cli_qfilename(cli, fnum, pname, sizeof(pname))) {
pname 2564 source3/torture/torture.c if (strcmp(pname, fname)) {
pname 2566 source3/torture/torture.c fname, pname);
pname 752 source4/heimdal/kdc/kaserver.c ad.pname, ad.pinst, ad.prealm);
pname 763 source4/heimdal/kdc/kaserver.c ad.pname, ad.pinst, ad.prealm);
pname 770 source4/heimdal/kdc/kaserver.c "%s.%s@%s", ad.pname, ad.pinst, ad.prealm);
pname 776 source4/heimdal/kdc/kaserver.c ad.pname, ad.pinst, ad.prealm, HDB_F_GET_CLIENT,
pname 844 source4/heimdal/kdc/kaserver.c ad.pname, ad.pinst, ad.prealm,
pname 437 source4/heimdal/kdc/kerberos4.c ad.pname, ad.pinst, ad.prealm);
pname 467 source4/heimdal/kdc/kerberos4.c ret = _kdc_db_fetch4(context, config, ad.pname, ad.pinst, ad.prealm,
pname 557 source4/heimdal/kdc/kerberos4.c ad.pname,
pname 594 source4/heimdal/kdc/kerberos4.c ad.pname,
pname 1166 source4/heimdal/lib/krb5/cache.c char *pname = NULL;
pname 1175 source4/heimdal/lib/krb5/cache.c ret = krb5_unparse_name(context, principal, &pname);
pname 1182 source4/heimdal/lib/krb5/cache.c KRB5_CONF_NAME, name, pname, NULL);
pname 1183 source4/heimdal/lib/krb5/cache.c free(pname);
pname 128 source4/heimdal/lib/krb5/convert_creds.c v4creds->pname,
pname 371 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->pname, 1);
pname 372 source4/heimdal/lib/krb5/get_for_creds.c copy_PrincipalName(&out_creds->client->name, krb_cred_info->pname);
pname 90 source4/heimdal/lib/krb5/krb5-v4compat.h char pname[ANAME_SZ]; /* Principal's name */
pname 113 source4/heimdal/lib/krb5/krb5-v4compat.h char *pname; /* Principal's name */
pname 277 source4/heimdal/lib/krb5/rd_cred.c if (kci->prealm && kci->pname)
pname 280 source4/heimdal/lib/krb5/rd_cred.c *kci->pname,
pname 253 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->pname), error);
pname 410 source4/heimdal/lib/krb5/v4_glue.c const char *pname,
pname 435 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, pname, pinstance, prealm), error);
pname 528 source4/heimdal/lib/krb5/v4_glue.c const char *pname,
pname 552 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, pname, pinst, prealm), error);
pname 679 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &ad->pname, ANAME_SZ), error);
pname 870 source4/heimdal/lib/krb5/v4_glue.c if (strcmp(ad->pname, r_name) != 0 ||
pname 943 source4/heimdal/lib/krb5/v4_glue.c if (ad->pname)
pname 944 source4/heimdal/lib/krb5/v4_glue.c free(ad->pname);
pname 61 source4/lib/cmdline/popt_common.c const char *pname;
pname 73 source4/lib/cmdline/popt_common.c pname = strrchr_m(poptGetInvocationName(con),'/');
pname 75 source4/lib/cmdline/popt_common.c if (!pname)
pname 76 source4/lib/cmdline/popt_common.c pname = poptGetInvocationName(con);
pname 78 source4/lib/cmdline/popt_common.c pname++;
pname 88 source4/lib/cmdline/popt_common.c setup_logging(pname, DEBUG_STDOUT);
pname 115 source4/lib/cmdline/popt_common.c setup_logging(pname, DEBUG_STDERR);
pname 126 source4/lib/cmdline/popt_common.c char *new_logfile = talloc_asprintf(NULL, "%s/log.%s", arg, pname);
pname 235 source4/torture/basic/base.c const char *pname;
pname 252 source4/torture/basic/base.c if (NT_STATUS_IS_ERR(smbcli_qfilename(cli->tree, fnum, &pname))) {
pname 257 source4/torture/basic/base.c if (!pname || strcmp(pname, fname)) {
pname 259 source4/torture/basic/base.c fname, pname);