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

1234567891011>>

/freebsd-10.0-release/bin/sh/
H A Darith.h35 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
H A Dvar.h32 * @(#)var.h 8.2 (Berkeley) 5/4/95
52 struct var { struct
53 struct var *next; /* next entry in hash list */
65 struct var *vp; /* the variable that was made local */
74 extern struct var vifs;
75 extern struct var vmail;
76 extern struct var vmpath;
77 extern struct var vpath;
78 extern struct var vppid;
79 extern struct var vps
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dmsgs11 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
12 echo 0 > /var/msgs/bounds
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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);
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dconfig.c42 static struct var { struct
96 initialize_var(struct var *var, const char *envname) argument
98 PRE(var->value == NULL);
102 if (strlen(val) > 0 || var->can_be_empty)
103 var->value = val;
105 var->value = var->default_value;
107 var->value = var
116 struct var *var; local
138 const struct var *var; local
158 struct var *var; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dtypemap12 $var=(des_cblock *)SvPV($arg,len);
15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
19 $var=(des_key_schedule *)SvPV($arg,len);
22 croak(\"$var needs to be at least %u bytes long\",
28 sv_setpvn($arg,(char *)$var,DES_KEY_SZ);
31 sv_setpvn($arg,(char *)$var,DES_SCHEDULE_SZ);
34 sv_setpvn($arg,(char *)$var,len);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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++);

Completed in 104 milliseconds

1234567891011>>