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

/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dcts128.c35 { size_t residue, n; local
41 if ((residue=len%16) == 0) residue = 16;
43 len -= residue;
50 for (n=0; n<residue; ++n)
53 memcpy(out,out-16,residue);
56 return len+residue;
62 { size_t residue, n; local
68 residue=len%16;
70 len -= residue;
90 { size_t residue; local
122 { size_t residue; local
153 { size_t residue, n; local
190 { size_t residue, n; local
233 { size_t residue; local
267 { size_t residue; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dks_dir.c58 const char *residue, hx509_lock lock)
66 ret = stat(residue, &sb);
69 "No such file %s", residue);
75 "%s is not a directory", residue);
80 *data = strdup(residue);
56 dir_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_mem.c54 const char *residue, hx509_lock lock)
60 if (residue == NULL || residue[0] == '\0')
61 residue = "anonymous";
62 mem->name = strdup(residue);
52 mem_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_null.c40 const char *residue, hx509_lock lock)
38 null_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dkeyset.c119 const char *residue; local
126 residue = strchr(name, ':');
127 if (residue) {
128 type = malloc(residue - name + 1);
130 strlcpy(type, name, residue - name + 1);
131 residue++;
132 if (residue[0] == '\0')
133 residue = NULL;
136 residue = name;
159 ret = (*ops->init)(context, c, &c->ops_data, flags, residue, loc
[all...]
H A Dks_keychain.c323 const char *residue, hx509_lock lock)
333 if (residue) {
334 if (strcasecmp(residue, "system-anchors") == 0) {
336 } else if (strncasecmp(residue, "FILE:", 5) == 0) {
339 ret = SecKeychainOpen(residue + 5, &ctx->keychain);
342 "Failed to open %s", residue);
347 "Unknown subtype %s", residue);
321 keychain_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_file.c369 const char *residue, hx509_lock lock, outformat format)
392 ksf->fn = strdup(residue);
496 const char *residue, hx509_lock lock)
498 return file_init_common(context, certs, data, flags, residue, lock, USE_PEM);
504 const char *residue, hx509_lock lock)
506 return file_init_common(context, certs, data, flags, residue, lock, USE_DER);
367 file_init_common(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock, outformat format) argument
494 file_init_pem(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
502 file_init_der(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p12.c324 const char *residue, hx509_lock lock)
351 p12->fn = strdup(residue);
366 ret = rk_undumpdata(residue, &buf, &len);
376 "Failed to decode the PFX in %s", residue);
322 p12_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p11.c793 const char *residue, hx509_lock lock)
802 list = strdup(residue);
791 p11_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
/freebsd-10.0-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-10.0-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 */
1466 uint32_t residue; local
1489 residue = UGETDW(sc->csw.dCSWDataResidue);
1491 if ((!residue) || (sc->sc_quirks & IGNORE_RESIDUE)) {
1492 residue = (sc->sc_transfer.data_len -
1495 if (residue > sc->sc_transfer.data_len) {
1496 DPRINTF(sc, UDMASS_BBB, "truncating residue from %d "
1497 "to %d bytes\n", residue, sc->sc_transfer.data_len);
1498 residue
1981 uint32_t residue; local
2449 umass_cam_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2532 umass_cam_sense_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2634 umass_cam_quirk_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
[all...]
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c807 size_t residue, save; local
842 residue = 0;
868 /* no more data to scan (eof) except for maybe a residue -> break */
872 /* Determine new residue (the length of an incomplete line at the end of
880 lim = beg - residue;
881 beg -= residue;
882 residue = buflim - lim;
912 save = residue + lim - beg;
924 if (residue)
928 nlines += grepbuf (bufbeg + save - residue, bufli
[all...]
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c1093 * of the matching line in "residue" if not NULL.
1096 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) argument
1157 * Save the rest of line to "residue" if matched
1159 if (found && residue) {
1163 if ((*residue = strdup(p)) == NULL)
1166 *residue = NULL;
1379 char *residue = NULL; local
1486 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode)
1526 if (dochroot && residue &&
1527 (chrootdir = strtok(residue, " \
[all...]
/freebsd-10.0-release/sys/dev/mly/
H A Dmlyreg.h337 int32_t residue; member in struct:mly_status
H A Dmly.c1573 mc->mc_resid = sp->status.residue;

Completed in 152 milliseconds