Searched refs:need (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A Dconst-xs.inc12 /* NV nv; Uncomment this if you need to return NVs */
13 /* const char *pv; Uncomment this if you need to return PVs */
19 if you need to return both NVs and IVs */
40 /* Uncomment this if you need to return NOs
46 /* Uncomment this if you need to return NVs
52 /* Uncomment this if you need to return PVs
58 /* Uncomment this if you need to return PVNs
64 /* Uncomment this if you need to return SVs
70 /* Uncomment this if you need to return UNDEFs
73 /* Uncomment this if you need t
[all...]
/macosx-10.10/apr-32/apr/apr/misc/win32/
H A Dutf8.c51 * through UTF-16, need special treatment: the UTF-16 transformation
143 /* Where the boolean (expect > 2) is true, we will need
159 * now we need to fold to ucs-2
188 apr_size_t need; local
232 need = 1;
234 require >>= 5, ++need;
235 if (need >= *outbytes)
237 *inwords -= (need > 2) + 1;
238 *outbytes -= need + 1;
243 out += need
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/intro/
H A DMakefile3 BUILD= data.html dbis.html dbisnot.html distrib.html need.html \
/macosx-10.10/uucp-11/uucp/unix/
H A Dmode.c25 #error Files modes need to be translated
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
/macosx-10.10/bc-21/bc/lib/
H A Dvfprintf.c7 #error need vfprintf() or doprint()
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_buf.c50 size_t need = (bufnum + 1) * 2; local
51 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) {
52 while (need > MySize)
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_slkset.c83 size_t need; local
86 need = mbrtowc(0, p, strlen(p), &state);
87 if (need == (size_t) -1)
89 mbrtowc(&wc, p, need, &state);
95 p += need;
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl30 foreach need {
34 set ::tcltest::testConstraints(need_$need) [infox have_$need]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c77 size_t need = 10; local
82 need += strlen(BC);
89 if ((used + need) > length) {
90 length += (used + need);
H A Dread_entry.c237 unsigned need = (ext_bool_count + ext_num_count + ext_str_count); local
240 if (need >= sizeof(buf)
281 if ((ext_str_count || need)
282 && !read_shorts(buf, ext_str_count + need))
315 if (need) {
318 if ((ptr->ext_Names = TYPE_CALLOC(char *, need)) == 0)
325 (int) need,
411 unsigned need = 4 + strlen(path) + strlen(name); local
413 if (need <= limit) {
424 unsigned need local
[all...]
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_altkeys.c64 int need = sizeof(temp) - 1; local
65 if (need > COLS)
66 need = COLS;
69 n = winnstr(win, temp, need);
H A Ddemo_defkey.c52 int need = sizeof(temp) - 1; local
53 if (need > COLS)
54 need = COLS;
57 n = winnstr(win, temp, need);
101 unsigned need = 1; local
113 need += strlen(temp);
116 result = typeCalloc(char, need);
/macosx-10.10/ICU-531.30/icuSources/test/testdata/
H A Dtstfiles.mk4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/macosx-10.10/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com9 $! This package requires libxml to have already been installed. You need
105 $ write sys$output " You need to define the XML_LIBDIR logical name to"
127 $ write sys$output " You need to define a LIBXML logical directory to"
144 $ write sys$output "Can't locate globals.c. You need to manually define a XML_SRCDIR logical"
179 $ write sys$output "Can't locate ''findfile'. You need to manually define a ''logname' logical"
199 $ write sys$output "Can't locate ''h_file'. You need to manually define a ''libname' logical"
244 $!- create the library if need
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dhttps.rb5 This file has been merged with net/http. There is no longer any need to
/macosx-10.10/sudo-73/src/
H A Dlbuf.c237 int need = len - (int)(cp - line); local
239 if (need > have) {
242 ep = memchr(cp + have, ' ', need - have);
244 need = (int)(ep - cp);
253 save = cp[need];
254 cp[need] = '\0';
256 cp[need] = save;
/macosx-10.10/shell_cmds-179/hexdump/
H A Ddisplay.c242 int need, nread; local
258 for (need = blocksize, nread = 0;;) {
267 if (need == blocksize)
275 if (!need && vflag != ALL &&
285 bzero((char *)curp + nread, need);
292 length == -1 ? need : MIN(length, need), stdin);
302 if (!(need -= n)) {
318 need = blocksize;
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dpackagetask.rb121 ].each do |(need, file, flag)|
122 if need
/macosx-10.10/OpenSSH-189/openssh/
H A Ddh.c240 dh_gen_key(DH *dh, int need) argument
244 if (need < 0)
245 fatal("dh_gen_key: need < 0");
248 if (need > INT_MAX / 2 || 2 * need >= BN_num_bits(dh->p))
249 fatal("dh_gen_key: group too small: %d (2*need %d)",
250 BN_num_bits(dh->p), 2*need);
256 /* generate a 2*need bits random private exponent */
257 if (!BN_rand(dh->priv_key, 2*need, 0, 0))
288 * This just returns the group, we still need t
[all...]
H A Dkex.c441 u_int mode, ctos, need, authlen; local
489 need = 0;
492 if (need < newkeys->enc.key_len)
493 need = newkeys->enc.key_len;
494 if (need < newkeys->enc.block_size)
495 need = newkeys->enc.block_size;
496 if (need < newkeys->enc.iv_len)
497 need = newkeys->enc.iv_len;
498 if (need < newkeys->mac.key_len)
499 need
516 derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen, BIGNUM *shared_secret) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsftable.c61 int argp, argn, maxp, need[FP_INDEX]; local
108 need[n] = -1;
141 need[FP_STR] = n;
198 need[dot] = n;
235 need[FP_SIZE] = n;
328 fp[argp].need[n] = need[n];
354 fp[n].need[v] = -1;
361 if((v = fp[n].need[FP_WIDTH]) >= 0 && v < n)
363 if((v = fp[n].need[FP_PRECI
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dsdbm.c108 * need space for two seperate filenames
166 * need the dirfile size to establish max bit number.
252 int need; local
260 need = key.dsize + val.dsize;
264 if (need < 0 || need > PAIRMAX)
269 * if we need to replace, delete the key/data pair
281 if (!fitpair(db->pagbuf, need))
282 if (!makroom(db, hash, need))
308 makroom(db, hash, need)
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecPasswordGenerate.c937 //only need to check max and min pin length formatting
950 require_action_quiet(isNull(maxTest)!= true, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a max length"), (CFIndex)errSecBadReq, NULL));
955 require_action_quiet(isNull(minTest)!= true, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a min length"), (CFIndex)errSecBadReq, NULL));
981 require_action_quiet( CFDictionaryGetValueIfPresent(passwordRequirements, kSecPasswordMaxLengthKey, &maxTest), fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a max length"), (CFIndex)errSecBadReq, NULL));
982 require_action_quiet( CFDictionaryGetValueIfPresent(passwordRequirements, kSecPasswordMinLengthKey, &minTest), fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a min length"), (CFIndex)errSecBadReq, NULL));
987 require_action_quiet(isNull(maxTest)!= true, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a max length"), (CFIndex)errSecBadReq, NULL));
988 require_action_quiet(isNull(minTest)!= true, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("To generate a password, need a min length"), (CFIndex)errSecBadReq, NULL));
/macosx-10.10/apr-32/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_pair.c63 fitpair(pag, need)
65 int need;
74 need += 2 * sizeof(short);
76 debug(("avail %d need %d\n", avail, need));
78 return need <= avail;

Completed in 384 milliseconds

1234567891011>>