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

/macosx-10.10/adv_cmds-158/last/
H A Dlast.c367 char *mval; local
389 if (!(mval = malloc(kludge)))
392 (void)strcpy(mval, "console");
394 (void)strcpy(mval, "tty");
395 (void)strcpy(mval + sizeof("tty") - 1, arg);
397 return (mval);
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.c912 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; local
929 mval = NULL;
1074 mval = malloc(n + 1);
1075 if (mval == NULL) return NULL;
1077 memcpy(mval, p, n);
1078 mval[n] = '\0';
1111 if (mval != NULL)
1113 asl_msg_set_key_val(msg, ASL_KEY_MSG, mval);
1114 free(mval);
H A Ddbserver.c820 const char *mval; local
1000 if (0 == asl_msg_lookup(q, "action", &mval, NULL))
1003 if (uid == 0) res = asl_action_control_set_param(mval);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dreq.c143 int nid,int n_min,int n_max, unsigned long chtype, int mval);
1293 int nid, mval; local
1339 mval = -1;
1343 mval = 0;
1381 n_min,n_max, chtype, mval))
1477 int mval; local
1501 mval = -1;
1504 mval = 0;
1506 (unsigned char *) v->value,-1,-1,mval)) return 0;
1529 int nid, int n_min, int n_max, unsigned long chtype, int mval)
1528 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...]
H A Dapps.c2047 int *mval = OPENSSL_malloc (max_ne * sizeof (int)); local
2055 if (!buf || !ne_types || !ne_values || !mval)
2069 mval[ne_num] = 0;
2118 mval[ne_num+1] = 0;
2125 mval[ne_num+1] = -1;
2152 if (!X509_NAME_add_entry_by_NID(n, nid, chtype, (unsigned char*)ne_values[i], -1,-1,mval[i]))
2159 OPENSSL_free(mval);
2168 if (mval)
2169 OPENSSL_free(mval);
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_utl.c831 int i, mval; local
860 mval = -1;
864 mval = 0;
866 (unsigned char *) v->value,-1,-1,mval))
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg.c2448 const char *mval, *nano; local
2477 status = asl_msg_lookup(msg, key, &mval, NULL);
2478 if ((status != 0) || (mval == NULL)) return str;
2487 fval = _asl_time_string(tfmt, mval, nano);
2491 fval = _asl_time_string(fmt, mval, nano);
2512 asl_string_append_no_encoding(str, mval);
2516 mval = _asl_level_string(atoi(mval));
2517 asl_string_append_no_encoding(str, mval);
2521 mval
[all...]
/macosx-10.10/bc-21/bc/lib/
H A Dnumber.c942 unsigned char *mval; local
1012 /* Allocate storage for the temporary storage mval. */
1013 mval = (unsigned char *) malloc (len2+1);
1014 if (mval == NULL) bc_out_of_memory ();
1060 *mval = 0;
1061 _one_mult (n2ptr, len2, qguess, mval+1);
1063 ptr2 = (unsigned char *) mval+len2;
1114 free (mval);
/macosx-10.10/libresolv-57/
H A Dres_debug.c697 unsigned int mval = 0, cmval = 0; local
706 mval = mval * 10 + (*cp++ - '0');
717 cmval = (mval * 100) + cmval;
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_sd.c899 unsigned char mval[EVP_MAX_MD_SIZE]; local
901 if (EVP_DigestFinal_ex(&mctx, mval, &mlen) <= 0)
914 if (memcmp(mval, os->data, mlen))
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.c771 mem_string_t *mkey, *mval; local
1107 mval = asl_memory_string_retain(s, val, 0);
1126 out->kvlist[out->kvcount++] = mval;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlinker.c1826 bfd_vma mval = 0;
1832 mval = h->u.def.value;
1836 mval = 0;
1847 && value == mval)
1851 (info, h->root.string, msec->owner, msec, mval,
1821 bfd_vma mval = 0; local
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsrp.c910 BIGNUM *mval = va_arg(ap, BIGNUM *); local
913 r = BigIntToBytes(mval, buf, sizeof(buf)-1, &inlen);

Completed in 181 milliseconds