Searched refs:iname (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.init.c246 mesg[SIGNULL].iname = "NULL";
253 mesg[SIGHUP].iname = "HUP";
260 mesg[SIGINT].iname = "INT";
267 mesg[SIGQUIT].iname = "QUIT";
274 mesg[SIGILL].iname = "ILL";
281 mesg[SIGTRAP].iname = "TRAP";
288 mesg[SIGABRT].iname = "ABRT";
295 mesg[SIGIOT].iname = "IOT";
303 mesg[SIGDANGER].iname = "DANGER";
311 mesg[SIGERR].iname
[all...]
H A Dtw.init.c984 if (mesg[tw_index].iname == NULL)
987 for (ptr = mesg[tw_index].iname; *ptr != '\0'; ptr++)
H A Dsh.proc.c1418 if ((name = mesg[signum].iname) != NULL) {
1447 if (mesg[signum].iname &&
1448 eq(sigptr, str2short(mesg[signum].iname)))
H A Dsh.h1165 const char *iname; /* name from /usr/include */ member in struct:mesg
/freebsd-9.3-release/usr.bin/mkulzma/
H A Dmkulzma.c55 char *iname, *oname, *obuf, *ibuf; local
122 iname = argv[0];
124 asprintf(&oname, "%s%s", iname, DEFAULT_SUFX);
141 fdr = open(iname, O_RDONLY);
143 err(1, "open(%s)", iname);
147 err(1, "fstat(%s)", iname);
161 iname);
/freebsd-9.3-release/usr.bin/mkuzip/
H A Dmkuzip.c46 char *iname, *oname, *obuf, *ibuf; local
107 iname = argv[0];
109 asprintf(&oname, "%s%s", iname, DEFAULT_SUFX);
126 fdr = open(iname, O_RDONLY);
128 err(1, "open(%s)", iname);
132 err(1, "fstat(%s)", iname);
145 iname);
/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec_fdt.c75 void **ihand, int *irid, driver_intr_t handler, const char *iname);
77 void *ihand, int irid, const char *iname);
230 int *irid, driver_intr_t handler, const char *iname)
236 device_printf(sc->dev, "could not allocate %s IRQ\n", iname);
242 device_printf(sc->dev, "failed to set up %s IRQ\n", iname);
244 device_printf(sc->dev, "could not release %s IRQ\n", iname);
253 int irid, const char *iname)
263 ", error %d\n", iname, error);
268 "intr, error %d\n", iname, error);
229 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, int *irid, driver_intr_t handler, const char *iname) argument
252 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, int irid, const char *iname) argument
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c80 X509_NAME *iname; local
88 iname = X509_get_issuer_name(subject);
91 iname = X509_get_subject_name(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
H A Docsp_vfy.c314 X509_NAME *iname; local
327 iname = X509_get_subject_name(cert);
328 if (!X509_NAME_digest(iname, dgst, md, NULL))
/freebsd-9.3-release/usr.sbin/bsdconfig/includes/
H A Dincludes191 find -s . -type f -and -iname '*.subr' | while read file; do
/freebsd-9.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c1157 const struct asn_oid *idx, const char *iname)
1170 iname ? iname : "", np->id);
1172 iname ? iname : "", oid->len + idx->len);
1174 iname ? iname : "", oid->len + idx->len);
1185 if (!extract(fp, sub, oid, obj, idx, iname))
1189 if (!extract(fp, sub, oid, obj, idx, iname))
1201 char *s, *e, *end, *iname; local
1156 extract(FILE *fp, const struct node *np, struct asn_oid *oid, const char *obj, const struct asn_oid *idx, const char *iname) argument
[all...]
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.pl75 `find /usr/src/sys -type f -iname *.c -print | xargs grep 'vnodeops =' > $infile`;
/freebsd-9.3-release/sys/dev/sec/
H A Dsec.c65 void **ihand, int *irid, driver_intr_t handler, const char *iname);
67 void *ihand, int irid, const char *iname);
503 int *irid, driver_intr_t handler, const char *iname)
511 device_printf(sc->sc_dev, "could not allocate %s IRQ\n", iname);
519 device_printf(sc->sc_dev, "failed to set up %s IRQ\n", iname);
522 iname);
533 int irid, const char *iname)
543 " IRQ, error %d\n", iname, error);
548 " IRQ, error %d\n", iname, error);
502 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, int *irid, driver_intr_t handler, const char *iname) argument
532 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, int irid, const char *iname) argument
/freebsd-9.3-release/usr.sbin/btxld/
H A Dbtxld.c199 btxld(const char *iname) argument
210 fname = i == I_LDR ? lname : i == I_BTX ? bname : iname;
263 fname = i == I_LDR ? lname : i == I_BTX ? bname : iname;
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dexterns1.h157 extern sym_t *iname(sym_t *);
H A Dcgram.y1015 $$ = iname(getsym($1));
1018 $$ = lnklst($1, iname(getsym($3)));
H A Ddecl.c1476 iname(sym_t *sym) function
1484 lerror("iname()");
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keyscan.c326 conalloc(char *iname, char *oname, int keytype) argument
331 namebase = namelist = xstrdup(iname);
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c834 X509_NAME *iname; local
845 iname = X509_get_subject_name(issuer);
852 id = OCSP_cert_id_new(EVP_sha1(), iname, ikey, sno);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c2226 asymbol * iname = 0; local
2324 iname = bfd_make_empty_symbol (abfd);
2325 iname->name = make_imp_label ("___imp", exp->name);
2326 iname->section = secdata[IDATA5].sec;
2327 iname->flags = BSF_GLOBAL;
2328 iname->value = 0;
2346 ptrs[oidx++] = iname;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c439 unsigned int iname = isym->st_name; local
442 if (iname == 0 && ELF_ST_TYPE (isym->st_info) == STT_SECTION
447 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name;
451 name = bfd_elf_string_from_elf_section (abfd, shindex, iname);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c8544 dns_name_t *iname, *origin; local
8556 iname = dns_fixedname_name(&rbtdbiter->name);
8598 result = dns_rbtnodechain_current(rbtdbiter->current, iname,
8613 tresult = dns_rbtnodechain_current(rbtdbiter->current, iname,

Completed in 234 milliseconds