Searched refs:space (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/ficl/softwords/
H A Dsoftcore.awk11 # POSIX [[:space:]] character class.
78 gsub(/\\[[:space:]]+$/, ""); # toss empty comments
88 /^\\[[:space:]]\*\*/ \
90 sub(/^\\[[:space:]]/, "");
98 /^[[:space:]]*$/ \
111 /^\\[[:space:]]#/ \
114 sub(/^\\[[:space:]]/, "");
127 /\\[[:space:]]+/ \
129 sub(/\\[[:space:]]+.*$/, "");
133 /[[:space
[all...]
/freebsd-11-stable/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
5 s/[[:space:]]*#.*$//
H A Dkmod_syms.awk6 if (match($0, /^[^[:space:]]+ [^AU] (.*)$/)) {
/freebsd-11-stable/usr.bin/soelim/tests/
H A DMakefile11 basic-with-space.in \
12 basic-with-space.out
/freebsd-11-stable/contrib/dma/
H A Daliases_scan.l16 [^:,#[:space:][:cntrl:]]+ {yylval.ident = strdup(yytext); return T_IDENT;}
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c147 * If sflag is set, split the line at the last space character on the line.
159 int col, i, indx, space; local
174 space = i;
176 if (sflag && space != -1) {
177 space++;
178 wprintf(L"%.*ls\n", space, buf);
179 wmemmove(buf, buf + space, indx - space);
180 indx -= space;
/freebsd-11-stable/lib/libufs/
H A Dsblock.c57 uint8_t *space; local
99 space = malloc(size);
100 if (space == NULL) {
101 ERROR(disk, "failed to allocate space for summary information");
104 fs->fs_csp = (struct csum *)space;
115 bcopy(block, space, size);
116 space += size;
118 fs->fs_maxcluster = (uint32_t *)space;
129 uint8_t *space; local
148 space
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h52 static const mask space = 1 << 5; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h52 static const mask space = 010; member in struct:ctype_base
/freebsd-11-stable/share/mk/
H A Dlocal.autodep.mk22 @${CC} -E ${CFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
25 @${CXX} -E ${CXXFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc45 // Maximum total allocated space (bytes)
49 // Total allocated space (bytes)
52 // Total free space (bytes)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen.c504 space(int level) function
549 space (level + 1);
553 space(level);
567 space(level);
573 space(level + 1);
577 space(level);
601 space(level + 1);
615 space(level);
652 space(level);
656 space(leve
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h54 static const mask space = _CTYPE_S; member in struct:ctype_base
67 static const mask space = _S; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h57 static const mask space = _CTYPE_S; member in class:ctype_base
70 static const mask space = _S; member in class:ctype_base
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h70 void do_para (const char *arg, int space); // used for no indentation
73 int space);
108 int space_emitted; /* just emitted a space? */
119 void do_para (const char *arg, html_indent *in, int space);
127 void issue_tag (const char *tagname, const char *arg, int space=2);
H A Dhtml-table.h87 void emit_table_header (int space);
95 void set_space (int space);
118 void begin (int space); // called if we need to use the indent
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Ddyn-string.c59 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
62 if (space == 0)
63 space = 1;
66 ds_struct_ptr->s = (char *) malloc (space);
70 ds_struct_ptr->s = XNEWVEC (char, space);
72 ds_struct_ptr->allocated = space;
86 dyn_string_new (int space) argument
93 if (!dyn_string_init (result, space))
100 dyn_string_init (result, space);
139 dyn_string_resize (dyn_string_t ds, int space) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Ddyn-string.c59 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
62 if (space == 0)
63 space = 1;
66 ds_struct_ptr->s = (char *) malloc (space);
70 ds_struct_ptr->s = XNEWVEC (char, space);
72 ds_struct_ptr->allocated = space;
86 dyn_string_new (int space) argument
93 if (!dyn_string_init (result, space))
100 dyn_string_init (result, space);
139 dyn_string_resize (dyn_string_t ds, int space) argument
[all...]
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcvar93 rword = "^[[:space:]]*[^[:space:]]*[[:space:]]*"
/freebsd-11-stable/stand/i386/libi386/
H A Damd64_tramp.S49 .space 0x1000
52 .space 0x1000
55 .space 0x1000
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c421 int data_len, i, space; local
436 space = m->m_len - (hdrlen + ccmp.ic_header);
438 if (space > data_len)
439 space = data_len;
443 while (space >= AES_BLOCK_LEN) {
445 pos += AES_BLOCK_LEN, space -= AES_BLOCK_LEN;
453 if (space != 0) {
457 CCMP_ENCRYPT(i, b, b0, pos, e, space);
461 if (space != 0) {
471 * The buffer will automatically get space byte
572 u_int space; local
[all...]
/freebsd-11-stable/contrib/ldns/compat/
H A Dsnprintf.c91 get_negsign(int negative, int plus, int space) argument
97 if(space)
239 int prgiven, int zeropad, int minus, int plus, int space,
243 char s = get_negsign(negative, plus, space);
245 /* left adjust the number into the field, space padding */
297 int plus, int space)
305 plus, space, zero, negative, buf, len);
312 int plus, int space)
320 plus, space, zero, negative, buf, len);
327 int plus, int space)
238 print_num(char** at, size_t* left, int* ret, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space, int zero, int negative, char* buf, int len) argument
295 print_num_d(char** at, size_t* left, int* ret, int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
310 print_num_ld(char** at, size_t* left, int* ret, long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
325 print_num_lld(char** at, size_t* left, int* ret, long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
340 print_num_u(char** at, size_t* left, int* ret, unsigned int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
354 print_num_lu(char** at, size_t* left, int* ret, unsigned long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
368 print_num_llu(char** at, size_t* left, int* ret, unsigned long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
382 print_num_x(char** at, size_t* left, int* ret, unsigned int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
396 print_num_lx(char** at, size_t* left, int* ret, unsigned long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
410 print_num_llx(char** at, size_t* left, int* ret, unsigned long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
424 print_num_llp(char** at, size_t* left, int* ret, void* value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
508 print_num_f(char** at, size_t* left, int* ret, double value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
553 print_num_g(char** at, size_t* left, int* ret, double value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
635 int conv, minw, precision, prgiven, zeropad, minus, plus, space, length; local
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsnprintf.c92 get_negsign(int negative, int plus, int space) argument
98 if(space)
240 int prgiven, int zeropad, int minus, int plus, int space,
244 char s = get_negsign(negative, plus, space);
246 /* left adjust the number into the field, space padding */
298 int plus, int space)
306 plus, space, zero, negative, buf, len);
313 int plus, int space)
321 plus, space, zero, negative, buf, len);
328 int plus, int space)
239 print_num(char** at, size_t* left, int* ret, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space, int zero, int negative, char* buf, int len) argument
296 print_num_d(char** at, size_t* left, int* ret, int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
311 print_num_ld(char** at, size_t* left, int* ret, long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
326 print_num_lld(char** at, size_t* left, int* ret, long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
341 print_num_u(char** at, size_t* left, int* ret, unsigned int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
355 print_num_lu(char** at, size_t* left, int* ret, unsigned long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
369 print_num_llu(char** at, size_t* left, int* ret, unsigned long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
383 print_num_x(char** at, size_t* left, int* ret, unsigned int value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
397 print_num_lx(char** at, size_t* left, int* ret, unsigned long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
411 print_num_llx(char** at, size_t* left, int* ret, unsigned long long value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
425 print_num_llp(char** at, size_t* left, int* ret, void* value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
509 print_num_f(char** at, size_t* left, int* ret, double value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
554 print_num_g(char** at, size_t* left, int* ret, double value, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space) argument
636 int conv, minw, precision, prgiven, zeropad, minus, plus, space, length; local
[all...]
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_implode.c505 * Implode an fpn, writing the result into the given space.
508 __fpu_implode(fe, fp, type, space)
512 u_int *space;
517 space[0] = __fpu_ftox(fe, fp, space);
521 space[0] = __fpu_ftoi(fe, fp);
525 space[0] = __fpu_ftos(fe, fp);
529 space[0] = __fpu_ftod(fe, fp, space);
534 space[
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_implode.c426 * Implode an fpn, writing the result into the given space.
429 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) argument
435 space[0] = fpu_ftox(fe, fp, space);
437 space[0], space[1]));
441 space[0] = 0;
442 space[1] = fpu_ftoi(fe, fp);
444 space[1]));
448 space[
[all...]

Completed in 127 milliseconds

1234567891011>>