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

1234567891011>>

/freebsd-current/stand/ficl/softwords/
H A Dsoftcore.awk11 # POSIX [[:space:]] character class.
77 gsub(/\\[[:space:]]+$/, ""); # toss empty comments
87 /^\\[[:space:]]\*\*/ \
89 sub(/^\\[[:space:]]/, "");
97 /^[[:space:]]*$/ \
110 /^\\[[:space:]]#/ \
113 sub(/^\\[[:space:]]/, "");
126 /\\[[:space:]]+/ \
128 sub(/\\[[:space:]]+.*$/, "");
132 /[[:space
[all...]
/freebsd-current/sbin/pfctl/tests/
H A Dmacro.sh2 atf_test_case "space" cleanup
26 atf_add_test_case "space"
/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-leading-at.exp2 space after @
H A Dcmdline.exp5 space-and-comment:
H A Dsh-dots.exp13 indirect-space regular
17 indirect-space deferred
H A Ddirective-if.exp10 make: "directive-if.mk" line 76: Don't do this, always put a space after a directive.
11 make: "directive-if.mk" line 81: Don't do this, always put a space after a directive.
12 make: "directive-if.mk" line 88: Don't do this, always put a space around comparison operators.
13 make: "directive-if.mk" line 95: Don't do this, always put a space after a directive.
14 make: "directive-if.mk" line 100: Don't do this, always put a space after a directive.
H A Djob-flags.exp8 false space
H A Dvarmod-quote-dollar.mk7 # The newline and space characters at the beginning of this string are passed
9 # discards the leading space characters.
/freebsd-current/usr.bin/soelim/tests/
H A DMakefile10 basic-with-space.in \
11 basic-with-space.out
/freebsd-current/sys/conf/
H A Dkmod_syms_prefix.awk5 if (match($0, /^[^[:space:]]+ [^AU] (.*)$/)) {
H A Dkmod_syms.awk6 if (match($0, /^[^[:space:]]+ [^AU] (.*)$/)) {
/freebsd-current/contrib/dma/
H A Daliases_scan.l16 [^:,#[:space:][:cntrl:]]+ {yylval.ident = strdup(yytext); return T_IDENT;}
/freebsd-current/usr.bin/fold/
H A Dfold.c134 * If sflag is set, split the line at the last space character on the line.
146 int col, i, indx, space; local
161 space = i;
163 if (sflag && space != -1) {
164 space++;
165 wprintf(L"%.*ls\n", space, buf);
166 wmemmove(buf, buf + space, indx - space);
167 indx -= space;
/freebsd-current/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-current/contrib/one-true-awk/bugs-fixed/
H A Dspace.awk14 printf("%s %s [[:space:]]\n", c[i],
15 i ~ /[[:space:]]/ ? "~" : "!~") | sort
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dtramp.S90 .space TRAMP_TOTAL
92 .space TMPSTACKSIZE
/freebsd-current/share/mk/
H A Dlocal.autodep.mk17 @${CC} -E ${CFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
20 @${CXX} -E ${CXXFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
/freebsd-current/stand/i386/libi386/
H A Damd64_tramp.S47 .space 0x1000
50 .space 0x1000
53 .space 0x1000
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Drcvar92 rword = "^[[:space:]]*[^[:space:]]*[[:space:]]*"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc77 // Maximum total allocated space (bytes)
81 // Total allocated space (bytes)
84 // Total free space (bytes)
97 // Maximum total allocated space (bytes)
101 // Total allocated space (bytes)
103 // Total free space (bytes)
/freebsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c453 int data_len, i, space; local
468 space = m->m_len - (hdrlen + ccmp.ic_header);
470 if (space > data_len)
471 space = data_len;
475 while (space >= AES_BLOCK_LEN) {
477 pos += AES_BLOCK_LEN, space -= AES_BLOCK_LEN;
485 if (space != 0) {
489 CCMP_ENCRYPT(i, b, b0, pos, e, space);
493 if (space != 0) {
503 * The buffer will automatically get space byte
604 u_int space; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dkinfo2.sh114 int space = sizeof(buf);
124 if ((n = getdirentries(fd, bp, space, &base)) == -1)
126 space = space - n;
127 if (space < sb.st_blksize)
/freebsd-current/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-current/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-current/sys/powerpc/fpu/
H A Dfpu_implode.c418 * Implode an fpn, writing the result into the given space.
421 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) argument
426 space[0] = fpu_ftox(fe, fp, space);
428 space[0], space[1]));
432 space[0] = 0;
433 space[1] = fpu_ftoi(fe, fp);
435 space[1]));
439 space[
[all...]

Completed in 315 milliseconds

1234567891011>>