Searched refs:pname (Results 1 - 25 of 146) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dutils.c39 static const char *pname; variable
47 if (pname != NULL)
48 return (pname);
56 pname = p;
58 pname = q + 1;
60 return (pname);
68 if (pname != NULL)
69 (void) fprintf(stderr, "%s: ", pname);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsetproctitle.c48 char *pname, *p, *s; local
83 pname = *++args; /* pname = argv[0] */
86 if ((p = strrchr(pname, '/')) != NULL)
87 pname = p + 1;
90 if ((p = strrchr(pname, ':')) != NULL)
95 len = snprintf(buf, sizeof(buf), "%s: ", pname);
99 (void)snprintf(buf, sizeof(buf), "%s", pname);
102 (void)strcpy(pname, buf);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_pname.c44 static const char *pname; variable
91 if (pname != NULL)
92 (void) fprintf(stderr, PNAME_FMT, pname);
175 pname = getexecname();
176 if (pname == NULL)
177 pname = "unknown_command";
178 return (pname);
187 pname = arg0;
195 pname = p + 1;
200 return (pname);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
31 obj = pex_init (0, pname, NULL);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpexecute.c39 pexecute (const char *program, char * const *argv, const char *pname, argument
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
31 obj = pex_init (0, pname, NULL);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpexecute.c39 pexecute (const char *program, char * const *argv, const char *pname, argument
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
31 obj = pex_init (0, pname, NULL);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpexecute.c39 pexecute (const char *program, char * const *argv, const char *pname, argument
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
31 obj = pex_init (0, pname, NULL);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpexecute.c39 pexecute (const char *program, char * const *argv, const char *pname, argument
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsetproctitle.c67 const char *pname = getprogname(); local
70 int len = snprintf(buf, sizeof(buf), "%s: ", pname);
79 (void)snprintf(buf, sizeof(buf), "%s", pname);
H A Dsysctlgetmibinfo.c413 pname[SYSCTL_NAMELEN * CTL_MAXNAME + CTL_MAXNAME]; local
447 pname[0] = '\0';
460 strlcat(pname, sep, sizeof(pname));
515 strlcat(pname, sep, sizeof(pname));
554 strlcat(pname, sep, sizeof(pname));
557 strlcat(pname, token, sizeof(pname));
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.h36 extern void tester_init( const char *pname, tester_t ptype );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjxref.pl58 my $pname = $0;
60 $pname =~ s|^.[^/]/||;
63 /* AUTOGENERATED BY $pname, DO NOT EDIT */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dtarget-select.cc111 const char* pname = p->bfd_name(); local
112 if (pname == NULL || strcmp(pname, name) == 0)
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dmain.c176 pname = strrchr(*av, '/');
177 if (pname)
178 pname++;
180 pname = *av;
H A Dplog.h61 extern char *pname;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dhost-osf.c52 char pname[6+10+1]; local
62 snprintf (pname, sizeof (pname), "/proc/%d", getpid ());
63 procfd = open (pname, O_RDONLY);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5-v4compat.h92 char pname[ANAME_SZ]; /* Principal's name */ member in struct:credentials
119 char *pname; /* Principal's name */ member in struct:_krb5_krb_auth_data
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/common_source/
H A Dstartdaemon.c62 startdaemon(const char *pname) argument
89 n = snprintf(buf, sizeof(buf), "\1%s\n", pname);
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Dhexdump.c99 const char *pname = getprogname(); local
101 (void)fprintf(stderr, "Usage: %s ", pname);
/netbsd-6-1-5-RELEASE/usr.sbin/wsmoused/
H A Dconfig.c168 block_get_propval(struct block *b, const char *pname, char *def) argument
177 if (strcmp(b->b_prop[pc]->p_name, pname) == 0)
192 block_get_propval_int(struct block *b, const char *pname, int def) argument
202 if (strcmp(b->b_prop[pc]->p_name, pname) == 0) {
207 "property", pname);
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_util.c265 pvname_svc(pname, vnum)
266 char *pname;
269 f_print(fout, "%s_%s_svc", locase(pname), vnum);
273 pvname(pname, vnum)
274 char *pname;
277 f_print(fout, "%s_%s", locase(pname), vnum);
460 make_argname(pname, vname)
461 char *pname;
466 name = (char *) malloc(strlen(pname) + strlen(vname) + strlen(ARGEXT) + 3);
471 sprintf(name, "%s_%s_%s", locase(pname), vnam
[all...]
/netbsd-6-1-5-RELEASE/games/dab/
H A Dmain.cc51 static void usage(char* pname) argument
53 char* p = strrchr(pname, '/');
57 p = pname;

Completed in 200 milliseconds

123456