Searched refs:pname (Results 51 - 75 of 156) sorted by relevance

1234567

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Diosnoop107 opt_dtime=0; filter=0; device=.; filename=.; mount=.; pname=.; pid=0
123 n) opt_name=1; pname=$OPTARG ;;
197 inline string NAME = "'$pname'";
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_util.c238 pvname_svc(const char *pname, const char *vnum) argument
240 f_print(fout, "%s_%s_svc", locase(pname), vnum);
244 pvname(const char *pname, const char *vnum) argument
246 f_print(fout, "%s_%s", locase(pname), vnum);
425 make_argname(const char *pname, const char *vname) argument
429 name = xmalloc(strlen(pname) + strlen(vname) + strlen(ARGEXT) + 3);
430 sprintf(name, "%s_%s_%s", locase(pname), vname, ARGEXT);
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dmakeshell.c70 load_old_output(char const * fname, char const * pname);
73 open_out(char const * fname, char const * pname);
752 load_old_output(char const * fname, char const * pname) argument
772 fserr_exit(pname, "fstat", fname);
810 open_out(char const * fname, char const * pname) argument
814 char * txt = script_text = load_old_output(fname, pname);
846 fserr_exit(pname, "freopen", fname);
H A Dproto.h80 validate_struct(tOptions * opts, char const * pname);
/freebsd-9.3-release/tools/tools/bootparttest/
H A Dbootparttest.c87 ptable_print(void *arg, const char *pname, const struct ptable_entry *part) argument
94 sprintf(line, " %s%s: %s", dp->file ? "disk0": dp->name, pname,
101 sprintf(line, "%s%s", dp->file ? "disk0": dp->name, pname);
/freebsd-9.3-release/usr.bin/systat/
H A Dpigs.c89 const char *uname, *pname; local
102 pname = pt[k].pt_kp->ki_comm;
106 snprintf(pidname, sizeof(pidname), "%10.10s", pname);
/freebsd-9.3-release/usr.sbin/jail/
H A Dstate.c61 char *pname; local
95 pname = NULL;
118 pname = erealloc(pname, plen);
120 strlcpy(pname, j->name, plen);
121 dj = find_jail(pname);
148 if (pname != NULL)
149 free(pname);
/freebsd-9.3-release/include/rpc/
H A Dauth_kerb.h67 char pname[ANAME_SZ]; /* Principal's name */ member in struct:authkerb_clnt_cred
/freebsd-9.3-release/crypto/openssl/apps/
H A Denc.c121 char pname[PROG_NAME_SIZE + 1]; local
138 program_name(argv[0], pname, sizeof pname);
139 if (strcmp(pname, "base64") == 0)
142 cipher = EVP_get_cipherbyname(pname);
143 if (!base64 && (cipher == NULL) && (strcmp(pname, "enc") != 0)) {
144 BIO_printf(bio_err, "%s is an unknown cipher\n", pname);
H A Dopenssl.c214 char pname[PROG_NAME_SIZE + 1]; local
290 program_name(Argv[0], pname, sizeof pname);
292 f.name = pname;
295 Argv[0] = pname;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-stack.c67 char line_buf[50], *pname;
150 pname = loc->proc_name;
181 if (strlen (pname) > proc_width)
183 1 - proc_width, proc_width - 1, pname);
186 -proc_width, proc_width, pname);
66 char line_buf[50], *pname; local
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog447 my $pname;
450 $pname = "$pnum/$proto";
451 $pn{$pname} = $port;
453 $pname = "$name/$proto";
454 $pn{$pname} = $pnum;
747 my $pname = "$port/$proto";
748 unless (exists ($pn{$pname}))
751 $pn{$pname} = (defined ($name) ? $name : ($port <= 1023 ? $port : '<high>'));
753 return $pn{$pname};
761 my $pname
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos.c342 krb_unparse_name_long(adat.pname,
354 krb_unparse_name_long(adat.pname,
425 strncmp(cred.pname, adat.pname, sizeof(cred.pname)) ||
430 cred.pname,
644 memcpy (p, cred->pname, ANAME_SZ);
681 strncpy (cred->pname, p, ANAME_SZ);
682 cred->pname[ANAME_SZ - 1] = '\0';
/freebsd-9.3-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c265 char *pname = cnp->cn_nameptr; local
279 if (cnp->cn_namelen == 1 && *pname == '.') {
292 if (*pname == '0' && nlen != 1) {
297 if (*pname < '0' || *pname > '9') {
301 fd1 = 10 * fd + *pname++ - '0';
/freebsd-9.3-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c352 char *pname; local
377 pname = g_providername(fd);
378 if (pname == NULL) {
384 gctl_ro_param(grq, "arg0", -1, pname);
395 gctl_ro_param(grq, "geom", -1, pname);
402 free(pname);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddappprof147 inline string NAME = "'$pname'";
H A Ddapptrace155 inline string NAME = "'$pname'";
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Ddappprof147 inline string NAME = "'$pname'";
H A Ddapptrace155 inline string NAME = "'$pname'";
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) argument
77 return pex_init_common (flags, pname, tempbase, &funcs);
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) argument
92 ret = pex_init_common (flags, pname, tempbase, funcs);
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm102 my($pname) = canon('/', $_);
104 ($mname = $pname) =~ s!/!::!g;
105 ($cname = $pname) =~ s!/!__!g;
115 my($pname,@retval,%seen);
121 my($pname) = canon('/', $_);
123 ($mname = $pname) =~ s!/!::!g;
124 ($cname = $pname) =~ s!/!__!g;
125 if ($pname eq $dl){
/freebsd-9.3-release/share/examples/perfmon/
H A Dperfmon.c186 usage(const char *pname) argument
191 pname);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmsyslog.c387 const char * pname; local
410 pname = name;
412 pname = 1 + cp; /* skip DIR_SEP */
413 progname = estrdup(pname);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c335 /* Search for FNAME in sub-frameworks. pname is the context that we
340 find_subframework_file (const char *fname, const char *pname) argument
362 bufptr = strstr (pname, dot_framework);
371 pname = /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
375 sfrname = XNEWVEC (char, strlen (pname) + strlen (fname) + 2 +
381 sfrname_len = bufptr - pname;
383 strncpy (&sfrname[0], pname, sfrname_len);

Completed in 226 milliseconds

1234567