Searched refs:with (Results 1 - 25 of 561) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dforsubst.exp1 .for with :S;... OK
H A Ddirective-export-literal.exp1 value with ${UNEXPANDED} expression
H A Dvarmod-defined.exp3 Var_Parse: ${8_DOLLARS} with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
5 Var_Parse: ${VAR:D${8_DOLLARS}} with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
7 Var_Parse: ${8_DOLLARS}} with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
10 Var_Parse: ${VAR:@var@${8_DOLLARS}@} with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
16 Var_Parse: ${8_DOLLARS} with VARE_WANTRES|VARE_KEEP_UNDEF
17 ModifyWord_Loop: in "$$$$$$$$", replace "var" with "${8_DOLLARS}" to "$$$$"
H A Ddirective-export-impl.exp6 Var_Parse: ${UT_VAR:N*} with VARE_UNDEFERR|VARE_WANTRES
7 Var_Parse: ${REF}> with VARE_UNDEFERR|VARE_WANTRES
14 Var_Parse: ${:!echo "\$UT_VAR"!} != "<>" with VARE_UNDEFERR|VARE_WANTRES
17 Var_Parse: ${.MAKE.EXPORTED:O:u} with VARE_WANTRES
22 Var_Parse: ${UT_VAR} with VARE_WANTRES
23 Var_Parse: ${REF}> with VARE_WANTRES
27 Var_Parse: ${UT_VAR:N*} with VARE_UNDEFERR|VARE_WANTRES
28 Var_Parse: ${REF}> with VARE_UNDEFERR|VARE_WANTRES
37 Var_Parse: ${:!echo "\$UT_VAR"!} != "<defined>" with VARE_UNDEFERR|VARE_WANTRES
40 Var_Parse: ${.MAKE.EXPORTED:O:u} with VARE_WANTRE
[all...]
H A Dsh-jobs.exp1 comment-with-followup-line: This is printed.
H A Dposix1.exp28 Target with suffix transformations
32 Implied source with suffix transformations
36 Suffixless target with suffix transformations
40 Out-of-date dependencies with suffix transformations
44 Member with suffix transformations
68 Target with suffix transformations
72 Implied source with suffix transformations
76 Suffixless target with suffix transformations
80 Out-of-date dependencies with suffix transformations
84 Member with suffi
[all...]
H A Dvarname-dot-shell.exp3 Var_Parse: ${.SHELL} with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
10 Var_Parse: ${.SHELL} != ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
11 Var_Parse: ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
17 Var_Parse: ${.SHELL} != ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
18 Var_Parse: ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
25 Var_Parse: ${.SHELL} != ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
26 Var_Parse: ${ORIG_SHELL} with VARE_UNDEFERR|VARE_WANTRES
H A Dposix.exp6 a command prefixed by '+' executes even with -n
10 echo "a command prefixed by '+' executes even with -n"
11 a command prefixed by '+' executes even with -n
16 echo "a command prefixed by '+' executes even with -n"
17 a command prefixed by '+' executes even with -n
H A Ddirective-export-literal.mk6 UT_VAR= value with ${UNEXPANDED} expression
H A Dopt-file.exp3 line-with-trailing-whitespace
H A Dvar-op-append.exp1 Var_Parse: ${:U\$\$\$\$\$\$\$\$} with VARE_WANTRES
H A Dvarname.exp2 Var_Parse: ${VAR{{{}}}}" != "3 braces" with VARE_WANTRES
4 Var_Parse: ${VARNAME} with VARE_WANTRES
6 Var_Parse: ${VAR(((}}}}" != "3 open parentheses}}}" with VARE_WANTRES
7 Var_Parse: ${:UVAR(((}= try1 with VARE_UNDEFERR|VARE_WANTRES
13 Var_Parse: ${:UVAR\(\(\(}= try2 with VARE_UNDEFERR|VARE_WANTRES
18 Var_Parse: ${VARNAME} with VARE_WANTRES
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk7 MKLINT= no # lint dies with a sigbus
/freebsd-13-stable/usr.bin/soelim/tests/
H A DMakefile11 basic-with-space.in \
12 basic-with-space.out
/freebsd-13-stable/contrib/apr/atomic/unix/
H A Dia32.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
74 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
81 : "r" (with), "m" (*(mem)), "0"(cmp)
96 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
102 : "r" (with), "m" (*mem), "0" (cmp));
106 : "r" ((unsigned long)with), "m" (*mem),
114 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) argument
120 : "0" (with));
124 : "0" (with));
[all...]
H A Dppc.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
113 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
127 : "b" (mem), "r" (with), "r" (cmp)
149 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
162 : "b" (mem), "r" (with), "r" (cmp)
174 : "b" (mem), "r" (with), "r" (cmp)
182 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) argument
193 : "b" (mem), "r" (with)
203 : "b" (mem), "r" (with)
[all...]
H A Ds390.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
92 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
97 : "d" (with), "m" (*mem)
117 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
123 : "d" (with), "m" (*mem)
128 : "d" (with), "m" (*mem)
136 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) argument
144 : "d" (with), "m" (*mem)
151 : "d" (with), "
[all...]
H A Dbuiltins.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
56 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
59 return __sync_val_compare_and_swap(mem, cmp, with);
69 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
71 return (void*) __sync_val_compare_and_swap(mem, cmp, with);
74 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) argument
78 return (void*) __sync_lock_test_and_set(mem, with);
H A Dsolaris.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
62 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
65 return atomic_cas_32(mem, cmp, with);
73 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
75 return atomic_cas_ptr(mem, (void*) cmp, with);
78 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) argument
80 return atomic_swap_ptr(mem, with);
H A Dbuiltins64.c2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
51 APR_DECLARE(apr_uint64_t) apr_atomic_cas64(volatile apr_uint64_t *mem, apr_uint64_t with,
54 return __sync_val_compare_and_swap(mem, cmp, with);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DHost.inc3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
26 // Override the default target with an environment variable named by LLVM_TARGET_TRIPLE_ENV.
/freebsd-13-stable/contrib/dialog/package/freebsd/
H A DMakefile18 COMMENT= An enhanced version of 'dialog' to work with ncurses
27 --with-libtool \
28 --with-ncursesw \
29 --with-package=${PORTNAME}
/freebsd-13-stable/contrib/apr/include/
H A Dapr_atomic.h2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
98 * compare an apr_uint32_t's value with 'cmp'.
99 * If they are the same swap the value with 'with'
101 * @param with what to swap it with
105 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,
109 * exchange an apr_uint32_t's value with 'val'.
111 * @param val what to swap it with
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_atomic.h6 * distributed with this work for additional information
10 * with the License. You may obtain a copy of the License at
66 * Compare the value that @a mem points to with @a cmp. If they are
67 * the same swap the value with @a with.
69 * @note svn_atomic_cas should not be combined with the other
72 * way that is incompatible with the other atomic operations.
74 #define svn_atomic_cas(mem, with, cmp) \
75 apr_atomic_cas32((mem), (with), (cmp))
H A Dsvn_dep_compat.h6 * distributed with this work for additional information
10 * with the License. You may obtain a copy of the License at
118 * site is necessary when using APR 1. No casts should be used with
123 #define svn_atomic_casptr(mem, with, cmp) \
124 apr_atomic_casptr((mem), (with), (cmp))
128 #define svn_atomic_casptr(mem, with, cmp) \
129 apr_atomic_casptr((void volatile **)(mem), (with), (cmp))
159 * svn: SQLite compiled for 3.7.4, but running with 3.7.3

Completed in 135 milliseconds

1234567891011>>