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

12

/freebsd-10-stable/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.c983 if (mesg[tw_index].iname == NULL)
986 for (ptr = mesg[tw_index].iname; *ptr != '\0'; ptr++)
H A Dsh.proc.c1451 if ((name = mesg[signum].iname) != NULL) {
1480 if (mesg[signum].iname &&
1481 eq(sigptr, str2short(mesg[signum].iname)))
H A Dsh.h1168 const char *iname; /* name from /usr/include */ member in struct:mesg
/freebsd-10-stable/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-10-stable/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);
243 int *irid, driver_intr_t handler, const char *iname)
249 device_printf(sc->dev, "could not allocate %s IRQ\n", iname);
255 device_printf(sc->dev, "failed to set up %s IRQ\n", iname);
257 device_printf(sc->dev, "could not release %s IRQ\n", iname);
266 int irid, const char *iname)
276 ", error %d\n", iname, error);
281 "intr, error %d\n", iname, error);
242 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, int *irid, driver_intr_t handler, const char *iname) argument
265 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, int irid, const char *iname) argument
/freebsd-10-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c81 X509_NAME *iname; local
89 iname = X509_get_issuer_name(subject);
92 iname = X509_get_subject_name(issuer);
96 return OCSP_cert_id_new(dgst, iname, ikey, serial);
H A Docsp_vfy.c314 X509_NAME *iname; local
329 iname = X509_get_subject_name(cert);
330 if (!X509_NAME_digest(iname, dgst, md, NULL))
/freebsd-10-stable/usr.sbin/bsdconfig/includes/
H A Dincludes.sh193 find -s . -type f -and -iname '*.subr' | while read file; do
/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuzip.c97 char *iname, *oname; local
206 iname = argv[0];
208 asprintf(&oname, "%s%s", iname, cfs.handler->default_sufx);
222 cfs.fdr = open(iname, O_RDONLY);
224 err(1, "open(%s)", iname);
228 err(1, "fstat(%s)", iname);
241 iname);
/freebsd-10-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c1155 const struct asn_oid *idx, const char *iname)
1168 iname ? iname : "", np->id);
1170 iname ? iname : "", oid->len + idx->len);
1172 iname ? iname : "", oid->len + idx->len);
1183 if (!extract(fp, sub, oid, obj, idx, iname))
1187 if (!extract(fp, sub, oid, obj, idx, iname))
1199 char *s, *e, *end, *iname; local
1154 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-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c349 X509_NAME *iname = NULL; local
364 iname = gen->d.directoryName;
368 if (!iname)
369 iname = X509_get_issuer_name(x);
371 DIST_POINT_set_dpname(dp->distpoint, iname);
H A Dv3_crld.c536 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
544 dpn->dpname = X509_NAME_dup(iname);
H A Dx509v3.h569 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/freebsd-10-stable/tools/tools/vop_table/
H A Dvop_table.pl75 `find /usr/src/sys -type f -iname *.c -print | xargs grep 'vnodeops =' > $infile`;
/freebsd-10-stable/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);
510 int *irid, driver_intr_t handler, const char *iname)
518 device_printf(sc->sc_dev, "could not allocate %s IRQ\n", iname);
526 device_printf(sc->sc_dev, "failed to set up %s IRQ\n", iname);
529 iname);
540 int irid, const char *iname)
550 " IRQ, error %d\n", iname, error);
555 " IRQ, error %d\n", iname, error);
509 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, int *irid, driver_intr_t handler, const char *iname) argument
539 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, int irid, const char *iname) argument
/freebsd-10-stable/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-10-stable/usr.bin/xlint/lint1/
H A Dexterns1.h162 extern sym_t *iname(sym_t *);
H A Dcgram.y1022 $$ = iname(getsym($1));
1025 $$ = lnklst($1, iname(getsym($3)));
/freebsd-10-stable/crypto/openssl/apps/
H A Docsp.c892 X509_NAME *iname; local
903 iname = X509_get_subject_name(issuer);
910 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/freebsd-10-stable/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-10-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c1469 const char *iname = "/acpdump.din"; local
1484 len = sizeof(wrkdir) - strlen(iname);
1493 assert((size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname)
/freebsd-10-stable/crypto/openssh/
H A Dssh-keyscan.c393 conalloc(char *iname, char *oname, int keytype) argument
398 namebase = namelist = xstrdup(iname);
/freebsd-10-stable/tools/tools/nanobsd/
H A Dnanobsd.sh822 for x in `find -s ${NANO_PACKAGE_DIR} -iname 'pkg-*'`; do
/freebsd-10-stable/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);

Completed in 250 milliseconds

12