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

/macosx-10.9.5/adv_cmds-153/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.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c807 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; local
822 mval = NULL;
967 mval = malloc(n + 1);
968 if (mval == NULL) return NULL;
970 memcpy(mval, p, n);
971 mval[n] = '\0';
1004 if (mval != NULL)
1006 asl_set(msg, ASL_KEY_MSG, mval);
1007 free(mval);
H A Ddbserver.c874 const char *mval; local
1063 if (0 == asl_msg_lookup(q, "action", &mval, NULL))
1066 if (uid == 0) res = asl_action_control_set_param(mval);
/macosx-10.9.5/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.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_msg.c2216 const char *mval, *nano; local
2245 status = asl_msg_lookup(msg, key, &mval, NULL);
2246 if ((status != 0) || (mval == NULL)) return str;
2255 fval = _asl_time_string(tfmt, mval, nano);
2259 fval = _asl_time_string(fmt, mval, nano);
2280 asl_string_append_no_encoding(str, mval);
2284 mval = _asl_level_string(atoi(mval));
2285 asl_string_append_no_encoding(str, mval);
2289 asl_string_append_no_encoding(str, mval);
[all...]
/macosx-10.9.5/libresolv-54/
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.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c1008 u_char buf[BUFSIZ], *val, *mval, *p; local
1031 val = mval = malloc(j);
1181 free(mval);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c1008 u_char buf[BUFSIZ], *val, *mval, *p; local
1031 val = mval = malloc(j);
1181 free(mval);
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_memory.c735 mem_string_t *mkey, *mval; local
1071 mval = asl_memory_string_retain(s, val, 0);
1090 out->kvlist[out->kvcount++] = mval;
H A Dasl_mini_memory.c712 mini_mem_string_t *mkey, *mval; local
946 mval = asl_mini_memory_string_retain(s, val, 0);
965 out->kvlist[out->kvcount++] = mval;
/macosx-10.9.5/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.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c909 BIGNUM *mval = va_arg(ap, BIGNUM *); local
912 r = BigIntToBytes(mval, buf, sizeof(buf)-1, &inlen);

Completed in 239 milliseconds