Home
last modified time | relevance | path

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

12345678910>>...92

/freebsd/crypto/krb5/src/tests/asn.1/
H A Dktest_equal.c35 comparator(&(ref->field),&(var->field))
38 comparator(ref->field,var->field)
41 ((ref->field) == (var->field))
44 ((ref->length == var->length) && \
45 comparator(ref->length,ref->field,var->field))
48 ktest_equal_authenticator(krb5_authenticator *ref, krb5_authenticator *var) in ktest_equal_authenticator() argument
52 if (ref == var) return TRUE; in ktest_equal_authenticator()
53 else if (ref == NULL || var == NULL) return FALSE; in ktest_equal_authenticator()
65 ktest_equal_principal_data(krb5_principal_data *ref, krb5_principal_data *var) in ktest_equal_principal_data() argument
67 if (ref == var) return TRUE; in ktest_equal_principal_data()
[all …]
H A Dktest_equal.h34 /* int ktest_equal_structure(krb5_structure *ref, *var) */
35 /* effects Returns true (non-zero) if ref and var are
38 Returns false (zero) if ref and var differ. */
41 int funcname (type *ref, type *var)
44 int funcname (int length, type *ref, type *var)
46 int funcname (unsigned int length, type *ref, type *var)
88 int ktest_equal_last_req(krb5_last_req_entry **ref, krb5_last_req_entry **var);
89 int ktest_equal_sequence_of_ticket(krb5_ticket **ref, krb5_ticket **var);
90 int ktest_equal_sequence_of_pa_data(krb5_pa_data **ref, krb5_pa_data **var);
92 krb5_cred_info **var);
[all …]
/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/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 …]
/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/crypto/krb5/src/windows/installer/wix/lang/
H A Dconfig_1033.wxi29 <?define VersionString="$(var.VersionMajor).$(var.VersionMinor).$(var.VersionPatch)"?>
40 <?ifdef var.Beta?>
41 <?ifndef var.Debug?>
42 …efine ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Product…
44 …efine ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Product…
47 <?ifdef var.Release?>
48 <?ifndef var.Debug?>
49 … <?define ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString)"?>
51 …<?define ProductFullName="!(loc.ProductMIT) $(var.BaseProductName) $(var.VersionString) !(loc.Prod…
54 <?ifndef var.Date?>
[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/crypto/krb5/doc/html/_static/
H A Dsearchtools.js16 var Scorer = {
55 var Search = {
62 var virtualDocument = document.implementation.createHTMLDocument('virtual');
63 var htmlElement = $(htmlString, virtualDocument);
75 var params = $.getQueryParameters();
77 var query = params.q[0];
94 var q;
118 var i;
120 var dotString = '';
155 var i;
[all …]
H A Dunderscore.js5 var current = global._;
6 var exports = global._ = factory();
16 var VERSION = '1.13.2';
21 var root = typeof self == 'object' && self.self === self && self ||
27 var ArrayProto = Array.prototype, ObjProto = Object.prototype;
28 var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;
31 var push = ArrayProto.push,
37 var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',
42 var nativeIsArray = Array.isArray,
48 var _isNaN = isNaN,
[all …]
/freebsd/share/mk/
H A Dbsd.mkopt.mk47 .for var in ${__DEFAULT_YES_OPTIONS}
48 .if !defined(MK_${var})
49 .if defined(WITH_${var}) && ${WITH_${var}} == "no"
50 .warning Use WITHOUT_${var}=1 instead of WITH_${var}=no
52 .if defined(WITHOUT_${var}) # WITHOUT always wins
53 MK_${var}:= no
55 MK_${var}:= yes
58 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
59 .error Illegal value for MK_${var}: ${MK_${var}}
61 .endif # !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/sys/conf/
H A Dkern.opts.mk111 .for var in ${__DEFAULT_YES_OPTIONS}
112 .if !defined(MK_${var})
113 .if defined(WITHOUT_${var}) # WITHOUT always wins
114 MK_${var}:= no
116 MK_${var}:= yes
119 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
120 .error "Illegal value for MK_${var}: ${MK_${var}}"
122 .endif # !defined(MK_${var})
127 .for var in ${__DEFAULT_NO_OPTIONS}
128 .if !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 …]

12345678910>>...92