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

123456

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-msdos.c82 pex_init (int flags, const char *pname, const char *tempbase) argument
90 ret = pex_init_common (flags, pname, tempbase, funcs);
H A Dpex-common.c53 pex_init_common (int flags, const char *pname, const char *tempbase, argument
60 obj->pname = pname;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dracoonctl.c197 char *pname; variable
239 pname, pname, pname, pname, pname, pname, pname, pname, pname, pnam
[all...]
H A Dplog.c73 char *pname = NULL; variable
256 openlog(pname, LOG_NDELAY, LOG_DAEMON);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth-krb5.c167 char *pname; local
195 &pname);
203 debug("Kerberos v5 TGT accepted (%s)", pname);
H A Dsshconnect1.c627 char *pname; local
629 krb5_unparse_name(context, creds.client, &pname);
630 debug("Kerberos v5 TGT forwarded (%s).", pname);
631 xfree(pname);
664 char buffer[4096], pname[ANAME_SZ], pinst[INST_SZ], prealm[REALM_SZ]; local
673 problem = krb_get_tf_fullname(TKT_FILE, pname, pinst, prealm);
696 creds->pname, creds->pinst[0] ? "." : "",
756 snprintf(creds.pname, sizeof(creds.pname), "AFS ID %d", ct.ViceId);
/netbsd-6-1-5-RELEASE/sys/miscfs/fdesc/
H A Dfdesc_vnops.c275 const char *pname = cnp->cn_nameptr; local
285 if (cnp->cn_namelen == 1 && *pname == '.') {
300 if (cnp->cn_namelen == 2 && memcmp(pname, "fd", 2) == 0) {
309 if (cnp->cn_namelen == 3 && memcmp(pname, "tty", 3) == 0) {
326 if (memcmp(pname, "stdin", 5) == 0) {
332 if (memcmp(pname, "stdout", 6) == 0) {
336 if (memcmp(pname, "stderr", 6) == 0) {
360 if (cnp->cn_namelen == 2 && memcmp(pname, "..", 2) == 0) {
370 while (*pname >= '0' && *pname <
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ddgst.c114 char pname[PROG_NAME_SIZE+1]; local
148 program_name(argv[0],pname,sizeof pname);
150 md=EVP_get_digestbyname(pname);
463 BIO_printf(bio_err, "Error setting digest %s\n", pname);
H A Dopenssl.c229 char pname[PROG_NAME_SIZE+1]; local
365 program_name(Argv[0],pname,sizeof pname);
367 f.name=pname;
371 Argv[0]=pname;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.c333 /* Search for FNAME in sub-frameworks. pname is the context that we
338 find_subframework_file (const char *fname, const char *pname) argument
360 bufptr = strstr (pname, dot_framework);
369 pname = /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
373 sfrname = XNEWVEC (char, strlen (pname) + strlen (fname) + 2 +
379 sfrname_len = bufptr - pname;
381 strncpy (&sfrname[0], pname, sfrname_len);
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inet6.c112 u_char *pname = (u_char *)val; local
116 if (pname[byte] != 0xff)
121 if (!(pname[byte] & (1 << bit)))
124 if (pname[byte] & (1 << bit))
128 if (pname[byte])
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_def.c222 char *start,*psection,*pname; local
347 pname=s;
354 psection=pname;
355 pname=end;
383 v->name=(char *)OPENSSL_malloc(strlen(pname)+1);
391 BUF_strlcpy(v->name,pname,strlen(pname)+1);
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dscanopt.c195 const char *p, *pname;
206 pname = opt->opt_fmt + 2;
210 pname = opt->opt_fmt + 1;
216 for (p = pname + 1; *p; p++) {
221 aux->namelen = p - pname;
228 aux->namelen = p - pname;
235 aux->namelen = p - pname;
194 const char *p, *pname; local
/netbsd-6-1-5-RELEASE/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c159 static char *pname; /* password file name */ variable
358 pname = *argv;
360 if ((fp = fopen(pname, "r")) == NULL)
361 mkpw_error("Cannot open `%s'", pname);
366 mkpw_error("Cannot stat `%s'", pname);
401 pname);
572 wr_error(pname);
581 install(pname, _PATH_MASTERPASSWD);
604 mkpw_error("%s, %d: line too long", pname, *lineno);
614 mkpw_error("%s, %d: Syntax mkpw_error", pname, *linen
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dgrammar.y262 %type <i> byteop pname pnum relop irelop
418 | pname { $$.b = gen_proto_abbrev($1); $$.q = qerr; }
431 pqual: pname
455 pname: LINK { $$ = Q_LINK; } label
610 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
611 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Ddirs.c226 * pname and pass them off to be processed.
229 treescan(const char *pname, ino_t ino, long (*todo)(const char *, ino_t, int)) argument
242 (void) (*todo)(pname, ino, LEAF);
248 if ((*todo)(pname, ino, NODE) == FAIL)
254 (void) snprintf(locname, sizeof(locname), "%s/", pname);
262 pname);
267 pname);
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlua.c60 static void l_message (const char *pname, const char *msg) { argument
61 if (pname) fprintf(stderr, "%s: ", pname);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h32 char *pname; /* name to print for this register */ member in struct:pd_reg
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h32 char *pname; /* name to print for this register */ member in struct:pd_reg
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dmaketab.c44 const char *pname; member in struct:xx
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c221 static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, int check);
1100 static int capi_get_provname(CAPI_CTX *ctx, LPSTR *pname, DWORD *ptype, DWORD idx) argument
1124 *pname = name;
1573 static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, int check) argument
1575 CAPI_trace(ctx, "capi_ctx_set_provname, name=%s, type=%d\n", pname, type);
1579 if (!CryptAcquireContextA(&hprov, NULL, pname, type,
1590 ctx->cspname = BUF_strdup(pname);
1597 LPSTR pname; local
1600 if (capi_get_provname(ctx, &pname, &type, idx) != 1)
1602 res = capi_ctx_set_provname(ctx, pname, typ
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/kernfs/
H A Dkernfs_vnops.c578 const char *pname = cnp->cn_nameptr; local
594 if (cnp->cn_namelen == 1 && *pname == '.') {
612 memcmp(kt->kt_name, pname, cnp->cn_namelen) == 0)
617 memcmp(dkt->dkt_kt.kt_name, pname, cnp->cn_namelen) == 0) {
637 memcmp(dkt->dkt_kt.kt_name, pname, cnp->cn_namelen) == 0) {
654 memcmp(kt->kt_name, pname, cnp->cn_namelen) == 0)
659 id = strtoul(pname, &ep, 10);
660 if (!ep || *ep || ep == pname)
675 memcmp(kt->kt_name, pname, cnp->cn_namelen) == 0)
680 id = strtoul(pname,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/export/samples/
H A Dsample-update.c106 dns_name_t *zname = NULL, *uname, *pname; local
246 pname = dns_fixedname_name(&pname0);
247 evaluate_prereq(umctx, prereqstr, pname);
248 ISC_LIST_APPEND(prereqlist, pname, link);
276 while ((pname = ISC_LIST_HEAD(prereqlist)) != NULL) {
277 while ((rdataset = ISC_LIST_HEAD(pname->list)) != NULL) {
278 ISC_LIST_UNLINK(pname->list, rdataset, link);
282 ISC_LIST_UNLINK(prereqlist, pname, link);

Completed in 173 milliseconds

123456