Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 3694) sorted by relevance

12345678910>>...148

/netbsd-src/tools/llvm/
H A DMakefile12 realdepends realall: config/config.status need-dl need-terminfo support-modules
36 need-dl: Makefile
37 printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c
38 if ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c > /dev/null 2>&1; then \
40 elif ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c -ldl > /dev/null 2>&1; then \
46 need-terminfo: Makefile
47 …printf 'int setupterm(char *, int, int *);\nint main(void){return setupterm("", 0, 0);}' > need-te…
49 if ${HOST_CC} -o need-terminfo.out need-terminfo.c -l$$lib > /dev/null 2>&1; then \
55 CLEANFILES+= need-dl need-dl.c need-dl.out need-terminfo need-terminfo.c need-terminfo.out
62 rm -f need-dl need-dl.tmp module-cache module-test.o
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c138 size_t need = 1 ; /*%< for null byte */ in irp_marshall_pw() local
174 need += strlen(pw->pw_name) + 1; /*%< one for fieldsep */ in irp_marshall_pw()
175 need += strlen(pw->pw_passwd) + 1; in irp_marshall_pw()
176 need += strlen(pwUid) + 1; in irp_marshall_pw()
177 need += strlen(pwGid) + 1; in irp_marshall_pw()
178 need += strlen(pwClass) + 1; in irp_marshall_pw()
179 need += strlen(pwChange) + 1; in irp_marshall_pw()
180 need += strlen(pwExpire) + 1; in irp_marshall_pw()
181 need += strlen(pw->pw_gecos) + 1; in irp_marshall_pw()
182 need += strlen(pw->pw_dir) + 1; in irp_marshall_pw()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dip_match.ref4 Error: need decimal number 0..255 or "[" at "1.2.>300<.4"
6 Error: need decimal number 0..255 or "[" at "1.2.>3000<.4"
8 Error: need decimal number 0..255 or "[" at "1.2.3.><"
10 Error: need "." at "1.2.3><"
12 Error: need decimal number 0..255 or "[" at ">a<"
14 Error: need "." at "1.2.3>;<4"
18 Error: need decimal number 0..255 at "1.2.[>]<.4"
20 Error: need decimal number 0..255 at "1.2.[>.<4"
22 Error: need decimal number 0..255 or "[" at "1.2.>]<.4"
26 Error: need ";" or "]" at "1.2.[1>-<255].5"
[all …]
H A Ddict_random.ref6 ./dict_open: error: bad syntax: "randmap:123"; need "randmap:{value...}"
9 ./dict_open: warning: randmap:123 is unavailable. bad syntax: "randmap:123"; need "randmap:{value..…
11 ./dict_open: error: bad syntax: "randmap:{ 123 "; need "randmap:{value...}"
14 ./dict_open: warning: randmap:{ 123 is unavailable. bad syntax: "randmap:{ 123 "; need "randmap:{v…
16 ./dict_open: error: bad syntax: "randmap:{ 123 }x"; need "randmap:{value...}"
19 ./dict_open: warning: randmap:{ 123 }x is unavailable. bad syntax: "randmap:{ 123 }x"; need "randma…
H A Ddict_inline.ref1 ./dict_open: error: empty table: "inline:{ }"; need "inline:{name=value...}"
3 ./dict_open: error: missing '=' after attribute name: "inline:{ foo = xx }"; need "inline:{name=val…
5 ./dict_open: error: bad syntax: "inline:{ foo=xx }x"; need "inline:{name=value...}"
7 ./dict_open: error: bad syntax: "inline:{ foo=xx x"; need "inline:{name=value...}"
9 ./dict_open: error: syntax error after '}' in "{x=y}x": "inline:{ foo=xx {x=y}x}"; need "inline:{na…
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dgssapi-client.c45 recv_bytes (int sock, char *buf, int need) in recv_bytes() argument
47 while (need > 0) in recv_bytes()
51 got = recv (sock, buf, need, 0); in recv_bytes()
58 need -= got; in recv_bytes()
140 int need; in connect_to_gserver() local
150 need = ((cbuf[0] & 0xff) << 8) | (cbuf[1] & 0xff); in connect_to_gserver()
152 if (need > sizeof buf) in connect_to_gserver()
181 recv_bytes (sock, buf, need); in connect_to_gserver()
182 tok_in.length = need; in connect_to_gserver()
H A Dbuffer.c1113 int need; in buf_copy_counted() local
1127 need = sizeof (int); in buf_copy_counted()
1131 if (data->size >= need) in buf_copy_counted()
1133 memcpy (intp, data->bufp, need); in buf_copy_counted()
1138 need -= data->size; in buf_copy_counted()
1143 return need; in buf_copy_counted()
1148 startoff = need; in buf_copy_counted()
1165 need = count - (start->size - startoff); in buf_copy_counted()
1166 if (need <= 0) in buf_copy_counted()
1175 if (need <= data->size) in buf_copy_counted()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c147 size_t need; in escrypt_r() local
167 need = prefixlen + saltlen + 1 + in escrypt_r()
169 if (need > buflen || need < saltlen) { in escrypt_r()
205 size_t need; in escrypt_gensalt_r() local
207 need = prefixlen + saltlen + 1; in escrypt_gensalt_r()
208 if (need > buflen || need < saltlen || saltlen < srclen) { in escrypt_gensalt_r()
/netbsd-src/usr.bin/hexdump/
H A Ddisplay.c239 int need, nread; in get() local
251 for (need = blocksize, nread = 0;;) { in get()
258 if (need == blocksize) in get()
260 if (!need && vflag != ALL && in get()
266 memset((char *)curp + nread, 0, need); in get()
271 length == -1 ? need : MIN(length, need), stdin); in get()
281 if (!(need -= n)) { in get()
292 need = blocksize; in get()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmup17 >>>>14 string x \b, need V%.4s
19 >>>>14 string x \b, need V%.3s
22 >>>7 string x \b, need V%.4s
24 >>>7 string x \b, need V%.3s
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNEW-CFG-OPTION1 When adding a new configuration option to NSD, several files need to be
2 touched. This file is an enumeration of files that need to be edited.
4 a string. We need to update the following files:
101 You might need to edit other files too:
103 - If the new option requires to be enabled at build time, you need to add
108 - Obviously, the source code files need to be edited to implement the new
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dax_lib_socket_nsl.m414 # The common cases are not to need any extra libraries, or to need
15 # -lsocket and -lnsl. We need to avoid linking with libnsl unless we need
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddh.c284 dh_gen_key(DH *dh, int need) in dh_gen_key() argument
291 if (need < 0 || dh_p == NULL || in dh_gen_key()
293 need > INT_MAX / 2 || 2 * need > pbits) in dh_gen_key()
295 if (need < 256) in dh_gen_key()
296 need = 256; in dh_gen_key()
301 if (!DH_set_length(dh, MINIMUM(need * 2, pbits - 1))) in dh_gen_key()
/netbsd-src/external/bsd/openldap/dist/doc/devel/lloadd/
H A Ddesign.md2 - [ ] keep a global op in-flight counter? (might need locking)
7 design looming: when working with op, might need a lock on both client and
17 - [-] rootDSE? Controls and exops might have different semantics and need
19 - [ ] Just piggybacking on OpenLDAP as a module? Would still need some updates
65 we need to queue it to have it freed when all abandons get passed onto
114 - on successful write, pick all pending ops that need failure response, push
115 to client (are there any controls that need to be present in response even
124 have ops that need responses (another queue associated with client to speed
149 - create an Op structure (actually, with the need for freelist lock, we can
151 traffic, to reset, we need slap_sl_mem_create( ,,, 1 ))
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-ANDROID.md7 Beside basic tools like perl and make you'll need to download the Android
25 you still need to know the prefix to extend your PATH, in order to
29 Apart from `PATH` adjustment you need to set `ANDROID_NDK_ROOT` environment
35 `android-21`, etc. By default latest API level is chosen. If you need to target
64 Also, PATH would need even further adjustment to cover unprefixed, yet
65 target-specific, ar and ranlib. It's possible that you don't need to
82 remove occurrences of -ldl and -pie flags. You would also need to pick
88 If you need to pass additional flag to qemu, quotes are your friend, e.g.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.ANDROID8 Beside basic tools like perl and make you'll need to download the Android
24 need to know the prefix to extend your PATH, in order to invoke
27 adjustment you need to set ANDROID_NDK_HOME environment to point at the
33 android-21, etc. By default latest API level is chosen. If you need to
61 Also, PATH would need even further adjustment to cover unprefixed, yet
62 target-specific, ar and ranlib. It's possible that you don't need to
79 remove occurrences of -ldl and -pie flags. You would also need to pick
85 If you need to pass additional flag to qemu, quotes are your friend, e.g.
/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); in bignum_get_unsigned_bin() local
78 if (len && need > *len) { in bignum_get_unsigned_bin()
79 *len = need; in bignum_get_unsigned_bin()
87 *len = need; in bignum_get_unsigned_bin()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c313 size_t B_size, V_size, XY_size, need; in escrypt_kdf_sse() local
358 need = B_size + V_size; in escrypt_kdf_sse()
360 if (need < V_size) { in escrypt_kdf_sse()
366 need += XY_size; in escrypt_kdf_sse()
368 if (need < XY_size) { in escrypt_kdf_sse()
373 if (local->size < need) { in escrypt_kdf_sse()
377 if (!alloc_region(local, need)) { in escrypt_kdf_sse()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c297 size_t B_size, V_size, XY_size, need; in escrypt_kdf_nosse() local
338 need = B_size + V_size; in escrypt_kdf_nosse()
339 if (need < V_size) { in escrypt_kdf_nosse()
344 need += XY_size; in escrypt_kdf_nosse()
345 if (need < XY_size) { in escrypt_kdf_nosse()
349 if (local->size < need) { in escrypt_kdf_nosse()
353 if (!alloc_region(local, need)) { in escrypt_kdf_nosse()
/netbsd-src/usr.bin/make/unit-tests/
H A Ddepsrc-optional.exp2 ExamineLater: need to examine "important"
4 ExamineLater: need to examine "optional"
5 ExamineLater: need to examine "optional-cohort"
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DTooling.rst5 Clang provides infrastructure to write tools that need syntactic and semantic
25 * need a stable interface that takes care to be backwards compatible
48 * need your tool to rerun if any of the dependencies change
50 * need full control over the Clang AST
57 * need to run over a specific subset of files in your project which is not
80 * want a stable interface so you don't need to change your code when the AST API
/netbsd-src/lib/libc/gen/
H A Dfnmatch.c76 int negate, ok, need; in rangematch() local
91 need = 1; in rangematch()
92 for (ok = 0; (c = FOLDCASE(*pattern++, flags)) != ']' || need;) { in rangematch()
93 need = 0; in rangematch()
/netbsd-src/external/mpl/dhcp/dist/tests/DHCPv6/
H A DREADME17 /* For testing, we reply to the sending port, so we don't need a root */
24 You will need to modify one of the test configuration files to use one
43 In order to manipulate IPv6 addresses, we need the Socket6 library,
50 Otherwise you may need to install Perl from source.
52 We need to get the hardware address in order to build DUID properly.
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DCONTRIBUTING.md4 a just a few small guidelines you need to follow.
15 own the intellectual property, then you'll need to sign an [individual
19 then you'll need to sign a [corporate CLA][].
21 You generally only need to submit a CLA once, so if you've already submitted
22 one (even if it was for a different project), you probably don't need to do it
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DCONTRIBUTING.md4 a just a few small guidelines you need to follow.
15 own the intellectual property, then you'll need to sign an [individual
19 then you'll need to sign a [corporate CLA][].
21 You generally only need to submit a CLA once, so if you've already submitted
22 one (even if it was for a different project), you probably don't need to do it

12345678910>>...148