Searched refs:SIZE (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h111 #define SIZE(w) (sizeof(w) / sizeof(*w)) macro
H A Doptions.c344 (void)SPRINTF(b2, SIZE(b2),
356 (void)SPRINTF(b2, SIZE(b2),
364 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT);
368 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), "");
370 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), NVI_PATH_PRESERVE);
373 (void)SPRINTF(b2, SIZE(b2),
380 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS);
390 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v);
411 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v);
H A Dmain.c245 (void)SPRINTF(path, SIZE(path), L("window=%s"), wsizearg);
247 a.len = SIZE(path);
/freebsd-13-stable/crypto/openssl/apps/
H A Denc.c28 #undef SIZE macro
30 #define SIZE (512) macro
319 strbuf = app_malloc(SIZE, "strbuf");
348 i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc);
497 OPENSSL_cleanse(str, SIZE);
/freebsd-13-stable/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S45 #define SIZE(x) .size SYM(x), . - SYM(x) define
89 SIZE (__\name)
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh175 SIZE=$((RANDOM % MAX_FILE_SIZE))
177 count="$SIZE" &>/dev/null
H A Dzfs-tests.sh311 $0 [-hvqxkfS] [-s SIZE] [-r RUNFILES] [-t PATH] [-u USER]
328 -s SIZE Use vdevs of SIZE (default: 4G)
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb_pci.c115 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
116 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
117 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
119 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.c115 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
116 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
117 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
119 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-13-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c267 # define SIZE 4 macro
268 char buf[SIZE + 1];
271 if (!fgets(buf, SIZE, in))
/freebsd-13-stable/usr.bin/at/
H A Dat.c89 #define SIZE 255 macro
158 static size_t size = SIZE;
176 size += SIZE;
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dlex.l132 SIZE { return kw_SIZE; }
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DDarwin.mk99 SIZE ?= size macro
H A DGeneric.mk90 SIZE ?= size macro
H A DIRIX.mk80 SIZE ?= size macro
H A DNetBSD.mk115 SIZE ?= size macro
H A DOpenBSD.mk90 SIZE ?= size macro
H A DUnixWare.mk124 SIZE ?= size macro
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_read.c103 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_print.c109 SPRINTF(buf, SIZE(buf), L("%6u "), from);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c158 #define SIZE 256 /* decompanding table size */ macro
227 double comp[SIZE]; /* decompanding table */
/freebsd-13-stable/usr.sbin/ctld/
H A Dparse.y67 %token SIZE STR TAG TARGET TIMEOUT
1111 lun_size: SIZE STR
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c124 SIZE = 313, enumerator in enum:yytokentype
209 #define SIZE 313 macro
692 "SYST", "SIZE", "MDTM", "EPRT", "EPSV", "UMASK", "IDLE", "CHMOD", "AUTH",
2176 lreply(0, " SIZE");
3036 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
3532 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_search.c331 #define RE_NWSTOP_LEN (SIZE(RE_NWSTOP) - 1)
346 /* An upper bound for the SIZE of the RE under construction. */
H A Dvs_line.c338 ecbp = (cbp = cbuf) + SIZE(cbuf) - 1;

Completed in 305 milliseconds

1234