Searched refs:space (Results 26 - 50 of 345) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h55 static const mask space = _S; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h46 static const mask space = __dj_ISSPACE; // Whitespace member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h58 static const mask space = _ISspace; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h52 static const mask space = _ISSPACE; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h52 static const mask space = _S; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h52 static const mask space = _ISspace; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h52 static const mask space = _SPACE; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h54 static const mask space = _S; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h52 static const mask space = _CN | _SP | _XS; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h53 static const mask space = _ISSPACE; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h54 static const mask space = _ISSPACE; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h52 static const mask space = _ISspace; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h60 static const mask space = _ISspace; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h52 static const mask space = _C_WHITE_SPACE | _C_CONTROL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h52 static const mask space = _S; member in struct:ctype_base
/freebsd-12-stable/contrib/netbsd-tests/
H A Dh_macros.h74 tests_makegarbage(void *space, size_t len) argument
76 uint16_t *sb = space;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c113 #define STATEVARS long vn; char *space
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
115 if ((m)->space == NULL) return(REG_ESPACE); \
117 #define STATETEARDOWN(m) { free((m)->space); }
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dbench.c99 evutil_socket_t *cp, space; local
113 space = num_pipes / num_active;
114 space = space * 2;
116 (void) send(pipes[i * space + 1], "e", 1, 0);
/freebsd-12-stable/contrib/nvi/regex/
H A Dregexec.c116 #define STATEVARS int vn; char *space
117 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
118 if ((m)->space == NULL) return(REG_ESPACE); \
120 #define STATETEARDOWN(m) { free((m)->space); }
121 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/freebsd-12-stable/contrib/libevent/test/
H A Dbench.c99 evutil_socket_t *cp, space; local
113 space = num_pipes / num_active;
114 space = space * 2;
116 (void) send(pipes[i * space + 1], "e", 1, 0);
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_explode.c213 u_int s, *space; local
218 space = (u_int *)&fe->fe_fpstate->fpr[reg].fpr;
219 s = space[0];
229 s = fpu_itof(fp, space[1]);
237 s = fpu_dtof(fp, s, space[1]);
/freebsd-12-stable/sys/kern/
H A Dkern_sendfile.c209 * Pretend as if we don't have enough space, subtract xfsize() of
213 fixspace(int old, int new, off_t off, int *space) argument
219 *space -= xfsize(old - 1, old, off, *space);
228 *space -= xfsize(0, old, off, *space);
233 *space -= (old - new) * PAGE_SIZE;
235 KASSERT(*space >= 0, ("%s: space went backwards", __func__));
588 * as it can, up to available socket buffer space, withou
597 int nios, space, npages, rhpages; local
861 __func__, m_length(m, NULL), space, hdrlen)); local
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dopendir.c122 int fd2, incr, len, n, saved_errno, space; local
125 space = 0;
132 * trades to user space to be done by _getdirentries().
170 if (space < DIRBLKSIZ) {
171 space += incr;
180 ddptr = buf + (len - space);
183 n = _getdirentries(fd2, ddptr, space, &dirp->dd_seek);
186 space -= n;
304 * trades to user space to be done by _getdirentries().
/freebsd-12-stable/sys/net80211/
H A Dieee80211_acl.c297 uint32_t i, space; local
304 space = as->as_nacls * IEEE80211_ADDR_LEN;
306 ireq->i_len = space; /* return required space */
309 ap = (struct ieee80211req_maclist *) IEEE80211_MALLOC(space,
320 if (ireq->i_len >= space) {
321 error = copyout(ap, ireq->i_data, space);
322 ireq->i_len = space;
/freebsd-12-stable/usr.bin/mail/
H A Dhead.c90 * Copy the line into dynamic string space, then set
130 * Thus, dynamically allocate space in the right string, copying
134 copyin(char *src, char **space) argument
138 top = cp = *space;
141 *space = cp;
161 * ' ' A space
163 * 'O' A digit or space
165 * 'P' A punctuation char or space
247 * Collect a liberal (space, tab delimited) word into the word buffer

Completed in 216 milliseconds

1234567891011>>