Searched refs:have (Results 76 - 100 of 290) sorted by relevance

1234567891011>>

/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstat_proc.c142 static u_int have; local
147 have = haveadisk();
148 return(&have);
297 * returns true if have a disk
383 * amount we can fit in a signed integer. I have a
/freebsd-13-stable/contrib/dialog/
H A Dbuttons.c17 * You should have received a copy of the GNU Lesser General Public
62 size_t have = strlen(string); local
69 len = mbrlen(string, have, &state);
70 if ((int) len > 0 && len <= have) {
H A Deditbox.c16 * You should have received a copy of the GNU Lesser General Public
37 grow_list(char ***list, int *have, int want) argument
39 if (want > *have) {
40 size_t last = (size_t) *have;
42 *have = (int) need;
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_metadata.c78 * have fingerprint validation available.
407 * The device can have entries on both lists.
553 char have[MAXFINGERPRINTLEN * 2 + 1]; local
561 sprintf(&have[i * 2], "%02x",
570 have, want);
677 * We may have been past here before...
695 * We now have to repeat our search!
/freebsd-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl96 and have them correct their From or Sender address.
/freebsd-13-stable/contrib/bmake/mk/
H A Dautodep.mk61 # clean up any .c files we may have generated
83 # should have been set by sys.mk
H A Dwarnings.mk58 # If you add sets, besure to list them (you don't have to touch this list).
86 # .for loops have the [dis]advantage of being evaluated when read,
H A Dauto.dep.mk65 # we have .dinclude
H A Dcython.mk65 # if we don't have cython we can use pre-generated srcs
H A Ddpadd.mk33 # require that such libs have been built.
76 # have no need of anything else.
127 # some libs have dependencies...
334 # we have made what use of it we can of DPADD
H A Dinit.mk32 # should have been set by sys.mk
H A Dlibs.mk28 # They may have asked us to build just one
H A Dprogs.mk28 # They may have asked us to build just one
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func.mk64 # Braces do not have any special meaning when parsing arguments.
69 # Braces do not have any special meaning when parsing arguments.
H A Dcomment.mk76 # would have unbalanced quotes.
H A Dcond-func-empty.mk32 # The expression does not have the flag VEF_DEF though, therefore it is still
167 # "VARNAME". Since this variable name should have been discarded quickly after
168 # parsing it, this unrealistic variable name should have done no harm.
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_passwd.c162 #error Configuration error! crypt_r() should have been selected!
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c137 size_t have = (size_t) (d - my_string); local
138 size_t need = have + strlen(s) + 2;
143 d = my_string + have;
145 _nc_STRCPY(d, s, my_length - have);
636 /* we may have to move some trailing mandatory padding up front */
919 syntax_error = TRUE; /* termcap doesn't have octal, hex */
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh308 "does not test the case where all columns have" \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc63 // can have unintended consequences. The function InvalidateInstruction-
90 // On platforms that have it, we can use MAP_ANON to get a memory-mapped
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk22 # They have to be listed here so we can build modules outside of the
90 # Things that don't work because the kernel doesn't have the support
/freebsd-13-stable/share/mk/
H A Dbsd.test.mk47 # themselves have all the necessary logic to detect that the games are not
86 # it is rare for test cases to have man pages
H A Dlocal.sys.mk37 # the meta mode change. Not all targets have a 'rm ${.TARGET}' in them
/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S125 * Look at the BIOS data area to see if we have an enhanced keyboard. If not,
237 * legacy-free and simply doesn't have a keyboard controller.
/freebsd-13-stable/crypto/openssh/
H A Dchannels.c10 * As far as I am concerned, the code I have written for this software
143 * case on the server on which we have to trust the client anyway,
174 * channels which have events pending.
1232 u_int len, have, i, found, need; local
1244 have = sshbuf_len(input);
1246 if (have < len)
1258 for (found = 0, i = len; i < have; i++) {
1280 have = sshbuf_len(input);
1282 if (memchr(p, '\0', have) == NULL) {
1301 have
1366 u_int have, need, i, found, nmethods, addrlen, af; local
1518 u_int have; local
1576 u_int have, len; local
2719 size_t have; local
[all...]

Completed in 119 milliseconds

1234567891011>>