Searched refs:var (Results 1 - 25 of 892) sorted by relevance

1234567891011>>

/freebsd-11-stable/bin/sh/
H A Darith.h35 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.BitFieldPromotion.d43 } var;
47 var.a = 256;
48 var.b = 65536;
49 var.c = 4294967296;
52 var.a, var.b, var.c);
57 /(0 != var.a) || (0 != var.b) || (0 != var
[all...]
H A Derr.D_ADDROF_BITFIELD.BitfieldAddress.d42 } var;
47 &var.a, &var.b, &var.c);
H A Derr.D_SIZEOF_BITFIELD.SizeofBitfield.d41 } var;
46 sizeof (var.a), sizeof (var.b), sizeof (var.c));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d88 } var;
91 var.pointer = &`kmem_flags;
95 var.new_char = 'c';
96 var.new_short = 10;
97 var.new_int = 100;
98 var.new_long = 1234567890;
99 var.new_long_long = 1234512345;
100 var.new_int8 = 'p';
101 var.new_int16 = 20;
102 var
[all...]
H A Derr.D_ADDROF_VAR.StructPointer.d45 struct record var;
50 var.position = 1;
51 var.content = 'a';
53 ptr = &var;
/freebsd-11-stable/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d88 } var;
91 var.pointer = &`kmem_flags;
95 var.new_char = 'c';
96 var.new_short = 10;
97 var.new_int = 100;
98 var.new_long = 1234567890;
99 var.new_long_long = 1234512345;
100 var.new_int8 = 'p';
101 var.new_int16 = 20;
102 var
[all...]
H A Derr.D_ADDROF_VAR.UnionPointer.d45 union record var;
51 var.position = 1;
52 var.content = 'a';
54 ptr = &var;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.SpeculationID.d41 var = speculation();
42 printf("Speculation ID: %d", var);
47 /0 == var/
H A Derr.D_ACT_SPEC.SpeculateWithBreakPoint.d48 var = speculation();
49 speculate(var);
50 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d46 var = speculation();
47 speculate(var);
48 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithCount.d46 var = speculation();
47 speculate(var);
48 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithMax.d46 var = speculation();
47 speculate(var);
48 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithMin.d46 var = speculation();
47 speculate(var);
48 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithStddev.d44 var = speculation();
45 speculate(var);
46 printf("Speculation ID: %d", var);
H A Derr.D_AGG_SPEC.SpeculateWithSum.d46 var = speculation();
47 speculate(var);
48 printf("Speculation ID: %d", var);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Desetenv.c41 esetenv(const char *var, const char *val, int rewrite) argument
43 if (setenv (rk_UNCONST(var), rk_UNCONST(val), rewrite))
44 errx (1, "failed setting environment variable %s", var);
H A Dsetenv.c48 setenv(const char *var, const char *val, int rewrite) argument
53 if (!rewrite && getenv(var) != 0)
56 if (asprintf (&t, "%s=%s", var, val) < 0 || t == NULL)
66 if (!rewrite && GetEnvironmentVariable(var, dummy, sizeof(dummy)/sizeof(char)) != 0)
69 if (SetEnvironmentVariable(var, val) == 0)
/freebsd-11-stable/etc/
H A Dnewsyslog.conf20 /var/log/all.log 600 7 * @T00 J
21 /var/log/amd.log 644 7 100 * J
22 /var/log/auth.log 600 7 100 @0101T JC
23 /var/log/console.log 600 5 100 * J
24 /var/log/cron 600 3 100 * JC
25 /var/log/daily.log 640 7 * @T00 JN
26 /var/log/debug.log 600 7 100 * JC
27 /var/log/init.log 644 3 100 * J
28 /var/log/kerberos.log 600 7 100 * J
29 /var/lo
[all...]
H A Dsyslog.conf9 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10 security.* /var/log/security
11 auth.info;authpriv.info /var/log/auth.log
12 mail.info /var/log/maillog
13 lpr.info /var/log/lpd-errs
14 ftp.info /var/log/xferlog
15 cron.* /var/log/cron
17 *.=debug /var/log/debug.log
19 # uncomment this to log all writes to /dev/console to /var/log/console.log
20 # touch /var/lo
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofString2.d41 var = "hello";
42 printf("sizeof (var): %d\n", sizeof (var));
/freebsd-11-stable/etc/rc.d/
H A Dmsgs20 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
21 echo 0 > /var/msgs/bounds
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dtruss.d41 var = 30;
48 printf("var: %d, self->vaa: %d", var++, self->vaa++);
54 printf("var: %d, self->vaa: %d", var++, self->vaa++);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dmovemail.conf9 /var/spool/mqueue/q1
10 /var/spool/mqueue/q2
11 /var/spool/mqueue/q3
35 $lockfile = "/var/spool/mqueue/movemail.lock";

Completed in 122 milliseconds

1234567891011>>