Searched refs:mval (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libc/rpc/
H A Dgetpublickey.c92 char *mval; local
145 mval = strsep(&res, " \t#\n");
146 } while (mval != NULL && !*mval);
147 if (mval == NULL) {
153 strcpy(ret, mval);
H A Dnetnamer.c234 char *mval; local
300 mval = strsep(&res, " \t#\n");
301 } while (mval != NULL && !*mval);
302 if (mval == NULL) {
308 strcpy(ret, mval);
/freebsd-current/usr.sbin/ppp/
H A Dmppe.c515 u_int32_t mval; local
522 mval = 0;
523 ua_htonl(&mval, o->data);
528 mval = MPPE_ConfigVal(bundle, cfg);
529 ua_htonl(&mval, o->data);
539 u_int32_t mval, peer; local
547 mval = MPPE_ConfigVal(bundle, cfg);
554 mval &= ~MPPE_OPT_BITMASK;
555 mval |= (peer & MPPE_OPT_BITMASK);
556 if (!(mval
578 u_int32_t mval, peer; local
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_mstbl.c25 CONF_VALUE *mval; local
33 mval = sk_CONF_VALUE_value(sktmp, i);
34 if (!do_tcreate(mval->value, mval->name)) {
/freebsd-current/usr.bin/last/
H A Dlast.c491 char *mval; local
499 if ((mval = malloc(8)) == NULL)
502 (void)strcpy(mval, "console");
504 (void)strcpy(mval, "tty");
505 (void)strcpy(mval + 3, arg);
507 return (mval);
/freebsd-current/sys/dev/ata/chipsets/
H A Data-siliconimage.c351 int mval = pci_read_config(parent, mreg, 1) & ~mask; local
374 mval | (0x03 << (target << 2)), 1);
381 mval | (0x02 << (target << 2)), 1);
387 mval | (0x01 << (target << 2)), 1);
/freebsd-current/crypto/openssl/apps/
H A Dreq.c64 unsigned long chtype, int mval);
1134 int nid, mval; local
1182 mval = -1;
1185 mval = 0;
1219 n_min, n_max, chtype, mval))
1306 int mval; local
1334 mval = -1;
1336 mval = 0;
1340 mval))
1362 unsigned long chtype, int mval)
1360 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c125 U32 mval; /* src value at match idx */ local
190 mval = MEM_read32(base + idx);
192 mval = MEM_read32(ip0) ^ 1; /* guaranteed to not match. */
196 if (MEM_read32(ip0) == mval) {
219 mval = MEM_read32(base + idx);
221 mval = MEM_read32(ip0) ^ 1; /* guaranteed to not match. */
225 if (MEM_read32(ip0) == mval) {
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c1314 int i, mval, spec_char, plus_char; local
1346 mval = -1;
1349 mval = 0;
1353 mval))
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c770 unsigned int mval = 0, cmval = 0; local
779 mval = mval * 10 + (*cp++ - '0');
790 cmval = (mval * 100) + cmval;
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_sd.c953 unsigned char mval[EVP_MAX_MD_SIZE]; local
974 if (EVP_DigestFinal_ex(mctx, mval, &mlen) <= 0) {
987 if (memcmp(mval, os->data, mlen)) {
1009 si->signature->length, mval, mlen);
/freebsd-current/sys/compat/linux/
H A Dlinux_futex.c940 uint32_t uval, nval, mval; local
973 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED;
974 error = casueword32(uaddr, uval, &nval, mval);
/freebsd-current/contrib/sendmail/src/
H A Dparseaddr.c1431 char *mval = macvalue(rp[1], e); local
1441 mval == NULL ? "(NULL)" : mval);
1442 if (SM_IS_EMPTY(mval))
1462 xpvp = prescan(mval, '\0', pvpbuf,

Completed in 227 milliseconds