Searched refs:avalue (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c88 *--bufend = *(avalue+avalue_size+padded); \
527 char *avalue; local
569 avalue_size = asprintf(&avalue, "%*.*f", left_prec + right_prec + 1,
578 free(avalue);
585 while (avalue[padded] == ' ') {
592 memcpy(bufend, avalue + avalue_size+padded-right_prec,
626 memcpy(bufend, avalue+padded, avalue_size);
639 free(avalue);
/freebsd-11-stable/lib/libjail/
H A Djail.c299 const char *avalue; local
332 avalue = value;
334 fw = nval == 1 ? strlen(avalue) : strcspn(avalue, ",");
339 avalue, fw, &((int *)jp->jp_value)[i])) {
343 jp->jp_name, fw, avalue);
358 sizeof(jailsys_values[0]), avalue, fw,
363 jp->jp_name, fw, avalue);
369 ((int *)jp->jp_value)[i] = strtol(avalue, &ep, 10);
371 if (ep != avalue
[all...]
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb51 def ExpectedResult.add_gblenv(avar, avalue)
52 @@gbl_envs[avar] = avalue
85 def add_setenv(avar, avalue)
86 @new_envs[avar] = avalue
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c87 const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue; local
104 avalue = jvalue = Jvalue = Lvalue = lvalue = Nvalue = nvalue = NULL;
120 avalue = optarg;
121 if (strcmp(avalue, "enable") &&
122 strcmp(avalue, "disable")) {
325 if (strcmp(avalue, "enable") == 0) {
335 } else if (strcmp(avalue, "disable") == 0) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c527 unsigned int avalue : 28; member in struct:asm_opcode
11294 inst.instruction = (inst.cond << 28) | opcode->avalue;
14382 inst.instruction = opcode->avalue;

Completed in 144 milliseconds