Home
last modified time | relevance | path

Searched full:var (Results 1 – 25 of 2359) sorted by relevance

12345678910>>...95

/freebsd/crypto/heimdal/doc/
H A Dwhatis.texi65 they claim to be. In the following example, @var{A} is the initiator of
66 the authentication exchange, usually a user, and @var{B} is the service
67 that @var{A} wishes to use.
69 To obtain a ticket for a specific service, @var{A} sends a ticket
70 request to the kerberos server. The request contains @var{A}'s and
71 @var{B}'s names (along with some other fields). The kerberos server
72 checks that both @var{A} and @var{B} are valid principals.
75 containing @var{A}'s and @var{B}'s names, @var{A}'s network address
76 (@var{A@sub{addr}}), the current time (@var{t@sub{issue}}), the lifetime
77 of the ticket (@var{life}), and a secret @dfn{session key}
[all …]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dfiles.wxi37 <Directory Id="$(var.PISystemFolder)" SourceName="System">
38 <Component Id="cmf_kfwlogon_DLL" Guid="$(var.cmf_kfwlogon_DLL_guid)">
39 …<File Id="filekfwlogon_DLL" Name="kfwlogon.dll" KeyPath="yes" DiskId="1" Source="$(var.BinDir)kfwl…
47 …<RegistryValue Name="AuthentProviderPath" Type="expandable" Value="[$(var.PISystemFolder)]kfwlogon…
49 … <RegistryValue Name="ProviderPath" Type="expandable" Value="[$(var.PISystemFolder)]kfwlogon.dll"/>
54 <Component Id="cmf_kfwcpcc_EXE" Guid="$(var.cmf_kfwcpcc_EXE_guid)">
55 … <File Id="filekfwcpcc_EXE" Name="kfwcpcc.exe" DiskId="1" Source="$(var.BinDir)kfwcpcc.exe" />
58 <Component Id="cmp_ClientSystemDebug" Guid="$(var.cmp_ClientSystemDebug_guid)">
59 …<File Id="filekfwlogon_PDB" Name="kfwlogon.pdb" KeyPath="yes" DiskId="1" Source="$(var.BinDir)kfwl…
60 <File Id="filekfwcpcc_PDB" Name="kfwcpcc.pdb" DiskId="1" Source="$(var.BinDir)kfwcpcc.pdb" />
[all …]
/freebsd/contrib/expat/doc/
H A Dok.min.css2var(--ok-sans);line-sizing:normal;line-height:var(--ok-lh-body);font-weight:var(--ok-fw-0);color:v… selector
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d88 } var; variable
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.new_int32 = 200;
[all …]
/freebsd/crypto/krb5/src/windows/installer/wix/lang/
H A Dconfig_1033.wxi29 <?define VersionString="$(var.VersionMajor).$(var.VersionMinor).$(var.VersionPatch)"?>
33 <?ifdef var.Beta?>
34 <?ifndef var.Debug?>
35 …efine ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Product…
37 …efine ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Product…
40 <?ifdef var.Release?>
41 <?ifndef var.Debug?>
42 … <?define ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString)"?>
44 …<?define ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Prod…
47 <?ifndef var.Date?>
[all …]
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h211 #define list_for_each(VAR, HEAD) \ argument
212 for ((VAR) = list_first((HEAD)); \
213 (VAR) != (HEAD); \
214 (VAR) = list_next((VAR)))
216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument
217 for ((VAR) = list_first((HEAD)); \
218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
219 (VAR) = (NEXT))
221 #define list_for_each_entry(VAR, HEAD, FIELD) \ argument
222 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk1 # $NetBSD: var-scope-local.mk,v 1.11 2024/03/05 23:07:58 rillig Exp $
11 # 'target: VAR=value', one at a time.
91 # expressions like ${@}, ${.TARGET} ${VAR:Mpattern} (see Var_Parse,
164 # expect: : Making var-scope-local.c out of nothing.
165 var-scope-local.c:
170 # expect: : Making var-scope-local.o from var-scope-local.c.
171 # expect: : Making basename "var-scope-local.o" in "." from "var-scope-local.c" in ".".
180 all: var
[all...]
H A Dmoderrs.exp2 while evaluating variable "VAR" with value "TheVariable"
3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
7 while evaluating variable "VAR" with value "TheVariable"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
11 while evaluating variable "VAR" with value "Thevariable"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
15 while evaluating variable "VAR" with value "Thevariable"
16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
20 while evaluating variable "VAR" with value "TheVariable"
21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
[all …]
H A Dvardebug.mk3 # Demonstrates the debugging output for var.c.
7 # expect: Global: VAR = added
8 VAR= added # VarAdd
9 # expect: Global: VAR = overwritten
10 VAR= overwritten # Var_Set
11 # expect: Global: delete VAR
12 .undef VAR
13 # expect: Global: ignoring delete 'VAR' as it is not found
14 .undef VAR
24 # expect: Global: VAR = 1
[all …]
H A Dposix-varassign.mk16 VAR= value
17 .if ${VAR} != "value"
23 # instead, the variable named "VAR:" is defined.
24 VAR= before
25 VAR::= posix-immediate-expansion
26 .if ${VAR} != "before"
34 # instead, the variable named "VAR::" is defined.
35 VAR:::= posix-delayed-expansion
36 .if ${VAR} != "before"
43 VAR!= echo from shell command
[all …]
H A Dvarname-dot-make-save_dollars.mk8 # var-op-expand.mk for ':=' in general
24 VAR:= ${DOLLARS}
25 # The reduction from 8 '$' to 4 '$' happens when ${VAR} is evaluated in the
28 .if ${VAR} != "\$\$\$\$"
36 VAR:= ${DOLLARS}
37 .if ${VAR} != "\$\$"
43 VAR:= $$$$$$$$
44 .if ${VAR} != "\$\$\$\$"
50 VAR:= $$$$$$$$
51 .if ${VAR} != "\$\$"
[all …]
H A Dvardebug.exp4 Global: VAR = added
5 Global: VAR = overwritten
6 Global: delete VAR
7 Global: ignoring delete 'VAR' as it is not found
11 Global: VAR = 1
12 Global: VAR = 1 2
13 Global: VAR = 1 2 3
14 Var_Parse: ${VAR:M[2]} (eval-defined-loud)
15 Evaluating modifier ${VAR:M...} on value "1 2 3"
18 Result of ${VAR:M[2]} is "2"
[all …]
H A Dmoderrs.mk5 VAR= TheVariable
29 @echo 'VAR:Z=before-${VAR:Z}-after'
33 @echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'
37 @echo VAR:S,V,v,=${VAR:S,V,v,
41 @echo VAR:${MOD_TERM},=${VAR:${MOD_S}
45 -@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}"
48 # expect: make: Unfinished modifier after "var}", expecting "@"
49 @echo ${UNDEF:U1 2 3:@var}
52 @echo ${UNDEF:U1 2 3:@var@...}
54 @echo ${UNDEF:U1 2 3:@var@${var}@}
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d88 } var; variable
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.new_int32 = 200;
[all …]
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c487 eevar(FILE *fd, const char *var) in eevar() argument
491 if (streq(var, "mode")) { in eevar()
496 } else if (streq(var, "version")) { in eevar()
498 } else if (streq(var, "V_major")) { in eevar()
500 } else if (streq(var, "V_minor")) { in eevar()
502 } else if (streq(var, "earStart")) { in eevar()
504 } else if (streq(var, "tpStart")) { in eevar()
506 } else if (streq(var, "eepMap")) { in eevar()
508 } else if (streq(var, "exist32KHzCrystal")) { in eevar()
510 } else if (streq(var, "eepMap2PowerCalStart")) { in eevar()
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h201 #define SLIST_FOREACH(var, head, field) \ argument
202 for ((var) = SLIST_FIRST((head)); \
203 (var); \
204 (var) = SLIST_NEXT((var), field))
206 #define SLIST_FOREACH_FROM(var, head, field) \ argument
207 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
208 (var); \
209 (var) = SLIST_NEXT((var), field))
211 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
212 for ((var) = SLIST_FIRST((head)); \
[all …]
/freebsd/sys/conf/
H A Dkern.opts.mk107 .for var in ${__DEFAULT_YES_OPTIONS}
108 .if !defined(MK_${var})
109 .if defined(WITHOUT_${var}) # WITHOUT always wins
110 MK_${var}:= no
112 MK_${var}:= yes
115 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
116 .error "Illegal value for MK_${var}: ${MK_${var}}"
118 .endif # !defined(MK_${var})
123 .for var in ${__DEFAULT_NO_OPTIONS}
124 .if !defined(MK_${var})
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h55 #define LINUXKPI_PARAM_bool(name, var, perm) \ argument
58 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \
61 #define LINUXKPI_PARAM_byte(name, var, perm) \ argument
64 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \
67 #define LINUXKPI_PARAM_short(name, var, perm) \ argument
70 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \
73 #define LINUXKPI_PARAM_ushort(name, var, perm) \ argument
76 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \
79 #define LINUXKPI_PARAM_int(name, var, perm) \ argument
82 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0,\
[all …]
/freebsd/libexec/rc/rc.d/
H A Dvar29 # PROVIDE: var
32 # NFS /var is not supported, unless NFS /var is part of diskless NFS /
36 name="var"
37 desc="Populate /var directory"
47 /usr/sbin/mtree -deiU -f /etc/mtree/BSD.var.dist -p /var > /dev/null
57 # If we do not have a writable /var, create a memory filesystem for /var
60 # have to make sure /var/db exists before doing the mount -a.
64 mount_md ${varsize} /var "${varmfs_flags}"
69 if /bin/mkdir -p /var/.diskless 2> /dev/null; then
70 rmdir /var/.diskless
[all …]
/freebsd/share/mk/
H A Dbsd.mkopt.mk79 .for var in ${__DEFAULT_YES_OPTIONS}
80 .if !defined(MK_${var})
81 .if defined(WITH_${var}) && ${WITH_${var}} == "no"
82 .warning Use WITHOUT_${var}=1 instead of WITH_${var}=no
84 .if defined(WITHOUT_${var}) # WITHOUT always wins
85 MK_${var}:= no
87 MK_${var}:= yes
90 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
91 .error Illegal value for MK_${var}: ${MK_${var}}
93 .endif # !defined(MK_${var})
[all …]
/freebsd/sys/sys/
H A Dqueue.h295 #define SLIST_FOREACH(var, head, field) \ argument
296 for ((var) = SLIST_FIRST((head)); \
297 (var); \
298 (var) = SLIST_NEXT((var), field))
300 #define SLIST_FOREACH_FROM(var, head, field) \ argument
301 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
302 (var); \
303 (var) = SLIST_NEXT((var), field))
305 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
306 for ((var) = SLIST_FIRST((head)); \
[all …]
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c74 struct variable *var, **pnext; in parceargs() local
103 var = malloc(sizeof(*var)); in parceargs()
104 memset(var, 0, sizeof(*var)); in parceargs()
105 asprintf(&var->name, "%s%s%s:%s", in parceargs()
109 var->h = h; in parceargs()
110 *pnext = var; in parceargs()
111 pnext = &var->next; in parceargs()
117 var = malloc(sizeof(*var)); in parceargs()
118 memset(var, 0, sizeof(*var)); in parceargs()
121 var->name = strsep(&tmp1, "#"); in parceargs()
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmod.h56 #define param_set_arc_u64_args(var) \ argument
57 CTLTYPE_U64, &var, 0, param_set_arc_u64, "QU"
59 #define param_set_arc_int_args(var) \ argument
60 CTLTYPE_INT, &var, 0, param_set_arc_int, "I"
62 #define param_set_arc_min_args(var) \ argument
65 #define param_set_arc_max_args(var) \ argument
68 #define param_set_arc_free_target_args(var) \ argument
71 #define param_set_arc_no_grow_shift_args(var) \ argument
74 #define param_set_deadman_failmode_args(var) \ argument
77 #define param_set_active_allocator_args(var) \ argument
[all …]
/freebsd/lib/libefivar/
H A Defivar.c131 efi_var_reset(struct efi_var_ioctl *var) in efi_var_reset() argument
133 var->name = NULL; in efi_var_reset()
134 var->namesize = 0; in efi_var_reset()
135 memset(&var->vendor, 0, sizeof(var->vendor)); in efi_var_reset()
136 var->attrib = 0; in efi_var_reset()
137 var->data = NULL; in efi_var_reset()
138 var->datasize = 0; in efi_var_reset()
172 struct efi_var_ioctl var; in efi_get_variable() local
179 efi_var_reset(&var); in efi_get_variable()
180 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_get_variable()
[all …]
/freebsd/usr.sbin/syslogd/
H A Dsyslog.conf8 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
9 security.* /var/log/security
10 auth.info;authpriv.info /var/log/auth.log
11 mail.info /var/log/maillog
12 cron.* /var/log/cron
14 *.=debug /var/log/debug.log
16 daemon.info /var/log/daemon.log
17 # uncomment this to log all writes to /dev/console to /var/log/console.log
18 # touch /var/log/console.log and chmod it to mode 600 before it will work
19 #console.info /var/log/console.log
[all …]

12345678910>>...95