Searched refs:residue (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_dir.c59 const char *residue, hx509_lock lock)
67 ret = stat(residue, &sb);
70 "No such file %s", residue);
76 "%s is not a directory", residue);
81 *data = strdup(residue);
57 dir_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_mem.c55 const char *residue, hx509_lock lock)
61 if (residue == NULL || residue[0] == '\0')
62 residue = "anonymous";
63 mem->name = strdup(residue);
53 mem_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dkeyset.c118 const char *residue; local
125 residue = strchr(name, ':');
126 if (residue) {
127 type = malloc(residue - name + 1);
129 strlcpy(type, name, residue - name + 1);
130 residue++;
131 if (residue[0] == '\0')
132 residue = NULL;
135 residue = name;
158 ret = (*ops->init)(context, c, &c->ops_data, flags, residue, loc
[all...]
H A Dks_null.c41 const char *residue, hx509_lock lock)
39 null_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_keychain.c266 const char *residue, hx509_lock lock)
276 if (residue) {
277 if (strcasecmp(residue, "system-anchors") == 0) {
279 } else if (strncasecmp(residue, "FILE:", 5) == 0) {
282 ret = SecKeychainOpen(residue + 5, &ctx->keychain);
285 "Failed to open %s", residue);
290 "Unknown subtype %s", residue);
264 keychain_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_file.c331 const char *residue, hx509_lock lock, outformat format)
354 f->fn = strdup(residue);
451 const char *residue, hx509_lock lock)
453 return file_init_common(context, certs, data, flags, residue, lock, USE_PEM);
459 const char *residue, hx509_lock lock)
461 return file_init_common(context, certs, data, flags, residue, lock, USE_DER);
329 file_init_common(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock, outformat format) argument
449 file_init_pem(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
457 file_init_der(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p12.c323 const char *residue, hx509_lock lock)
349 p12->fn = strdup(residue);
364 ret = _hx509_map_file(residue, &buf, &len, NULL);
374 "Failed to decode the PFX in %s", residue);
321 p12_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p11.c792 const char *residue, hx509_lock lock)
801 list = strdup(residue);
790 p11_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c133 /* residue (in the range -1 through 9). This avoids any double- */
370 Int residue = 0; /* rounding residue */ local
619 decSetCoeff (dn, set, res, d, &residue, &status);
622 decFinalize (dn, set, &residue, &status);
915 Int residue = 0; /* as usual */ local
948 decCopyFit (res, rhs, set, &residue, &status); /* copy & round */
949 decFinish (res, set, &residue, &status); /* cleanup/set flags */
991 Int residue = 0; /* rounding residue */ local
1460 Int residue = 0; /* rounding residue */ local
2238 Int residue; /* rounding accumulator */ local
2737 Int residue; /* for rounding */ local
3444 Int residue = 0; /* rounding residue */ local
3620 Int residue = 0; /* rounding residue */ local
3890 Int residue = 0; /* rounding accumulator */ local
4579 Int residue = 0; /* rounding accumulator */ local
4614 decCopyFit(decNumber * dest, const decNumber * src, decContext * set, Int * residue, uInt * status) argument
4662 decSetCoeff(decNumber * dn, decContext * set, const Unit * lsu, Int len, Int * residue, uInt * status) argument
4872 decApplyRound(decNumber * dn, decContext * set, Int residue, uInt * status) argument
5080 decFinish(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5121 decFinalize(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5266 decSetSubnormal(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
[all...]
/freebsd-9.3-release/sys/dev/usb/storage/
H A Dumass.c299 uint32_t residue, uint8_t status);
343 /* The device can't count and gets the residue of transfers wrong */
1465 uint32_t residue; local
1488 residue = UGETDW(sc->csw.dCSWDataResidue);
1490 if ((!residue) || (sc->sc_quirks & IGNORE_RESIDUE)) {
1491 residue = (sc->sc_transfer.data_len -
1494 if (residue > sc->sc_transfer.data_len) {
1495 DPRINTF(sc, UDMASS_BBB, "truncating residue from %d "
1496 "to %d bytes\n", residue, sc->sc_transfer.data_len);
1497 residue
1980 uint32_t residue; local
2448 umass_cam_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2531 umass_cam_sense_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2633 umass_cam_quirk_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrep.c805 size_t residue, save; local
840 residue = 0;
866 /* no more data to scan (eof) except for maybe a residue -> break */
870 /* Determine new residue (the length of an incomplete line at the end of
878 lim = beg - residue;
879 beg -= residue;
880 residue = buflim - lim;
910 save = residue + lim - beg;
922 if (residue)
926 nlines += grepbuf (bufbeg + save - residue, bufli
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c1095 * of the matching line in "residue" if not NULL.
1098 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) argument
1159 * Save the rest of line to "residue" if matched
1161 if (found && residue) {
1165 if ((*residue = strdup(p)) == NULL)
1168 *residue = NULL;
1381 char *residue = NULL; local
1488 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode)
1528 if (dochroot && residue &&
1529 (chrootdir = strtok(residue, " \
[all...]
/freebsd-9.3-release/sys/dev/mly/
H A Dmlyreg.h337 int32_t residue; member in struct:mly_status
H A Dmly.c1574 mc->mc_resid = sp->status.residue;

Completed in 258 milliseconds