| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | c-lang | 17 >>0 regex \^class[[:space:]]+ 23 >0 regex \^#[[:space:]]*pragma C source text 26 >0 regex \^#[[:space:]]*(if\|ifn)def 27 >>&0 regex \^#[[:space:]]*endif$ C source text 30 >0 regex \^#[[:space:]]*(if\|ifn)def 31 >>&0 regex \^#[[:space:]]*define C source text 34 >0 regex \^[[:space:]]*char(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text 37 >0 regex \^[[:space:]]*double(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text 40 >0 regex \^[[:space:]]*extern[[:space:]]+ C source text 43 >0 regex \^[[:space:]]*float(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text [all …]
|
| HD | ruby | 26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' 28 >>>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 31 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z] 33 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 37 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z] 38 >&0 regex \^[[:space:]]*end([[:space:]]+[;#if].*)?$ Ruby script text 45 >0 regex \^[[:space:]]*def\ [a-z]|def\ [[:alpha:]]+::[a-z] 46 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text 54 >0 regex \^[[:space:]]*include\ ([A-Z]+[a-z]*(::))+ Ruby script text
|
| HD | forth | 10 0 regex \[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\) 11 >0 regex \^:\[[:space:]] 16 0 regex \^:[[:space:]].*[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)[[:space:]].…
|
| HD | perl | 31 >0 regex \^#!.*/bin/perl([[:space:]].*)*$ Perl script text executable 37 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*; … 41 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*; 42 >>0 regex \^1[[:space:]]*;|\^(use|sub|my)[[:space:]].*[(;{=] Perl5 module source text
|
| /freebsd-13-stable/stand/ficl/softwords/ |
| HD | softcore.awk | 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:]]+\([[:space:]][^)]*\)/ \ 134 sub(/[[:space:]]+\([[:space:]][^)]*\)/, ""); [all …]
|
| /freebsd-13-stable/crypto/heimdal/lib/asn1/ |
| HD | gen.c | 504 space(int level) in space() function 549 space (level + 1); in define_asn1() 553 space(level); in define_asn1() 567 space(level); in define_asn1() 573 space(level + 1); in define_asn1() 577 space(level); in define_asn1() 601 space(level + 1); in define_asn1() 615 space(level); in define_asn1() 652 space(level); in define_asn1() 656 space(level); in define_asn1() [all …]
|
| /freebsd-13-stable/contrib/one-true-awk/bugs-fixed/ |
| HD | space.ok | 2 " " ~ [[:space:]] 4 \a !~ [[:space:]] 6 \b !~ [[:space:]] 8 \f ~ [[:space:]] 10 \n ~ [[:space:]] 12 \r ~ [[:space:]] 14 \t ~ [[:space:]] 16 \v ~ [[:space:]]
|
| HD | space.bad | 2 " " ~ [[:space:]] 4 \a !~ [[:space:]] 6 \b !~ [[:space:]] 8 \f ~ [[:space:]] 10 \n ~ [[:space:]] 12 \r ~ [[:space:]] 14 \t ~ [[:space:]] 16 \v ~ [[:space:]]
|
| /freebsd-13-stable/contrib/unbound/compat/ |
| HD | snprintf.c | 92 get_negsign(int negative, int plus, int space) in get_negsign() argument 98 if(space) in get_negsign() 240 int prgiven, int zeropad, int minus, int plus, int space, in print_num() argument 244 char s = get_negsign(negative, plus, space); in print_num() 298 int plus, int space) in print_num_d() argument 306 plus, space, zero, negative, buf, len); in print_num_d() 313 int plus, int space) in print_num_ld() argument 321 plus, space, zero, negative, buf, len); in print_num_ld() 328 int plus, int space) in print_num_lld() argument 336 plus, space, zero, negative, buf, len); in print_num_lld() [all …]
|
| /freebsd-13-stable/contrib/ldns/compat/ |
| HD | snprintf.c | 91 get_negsign(int negative, int plus, int space) in get_negsign() argument 97 if(space) in get_negsign() 239 int prgiven, int zeropad, int minus, int plus, int space, in print_num() argument 243 char s = get_negsign(negative, plus, space); in print_num() 297 int plus, int space) in print_num_d() argument 305 plus, space, zero, negative, buf, len); in print_num_d() 312 int plus, int space) in print_num_ld() argument 320 plus, space, zero, negative, buf, len); in print_num_ld() 327 int plus, int space) in print_num_lld() argument 335 plus, space, zero, negative, buf, len); in print_num_lld() [all …]
|
| /freebsd-13-stable/sys/net80211/ |
| HD | ieee80211_crypto_ccmp.c | 453 int data_len, i, space; in ccmp_encrypt() local 468 space = m->m_len - (hdrlen + ccmp.ic_header); in ccmp_encrypt() 470 if (space > data_len) in ccmp_encrypt() 471 space = data_len; in ccmp_encrypt() 475 while (space >= AES_BLOCK_LEN) { in ccmp_encrypt() 477 pos += AES_BLOCK_LEN, space -= AES_BLOCK_LEN; in ccmp_encrypt() 485 if (space != 0) { in ccmp_encrypt() 489 CCMP_ENCRYPT(i, b, b0, pos, e, space); in ccmp_encrypt() 493 if (space != 0) { in ccmp_encrypt() 510 sp = space; in ccmp_encrypt() [all …]
|
| /freebsd-13-stable/sys/powerpc/fpu/ |
| HD | fpu_implode.c | 424 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) in fpu_implode() argument 429 space[0] = fpu_ftox(fe, fp, space); in fpu_implode() 431 space[0], space[1])); in fpu_implode() 435 space[0] = 0; in fpu_implode() 436 space[1] = fpu_ftoi(fe, fp); in fpu_implode() 438 space[1])); in fpu_implode() 442 space[0] = fpu_ftos(fe, fp); in fpu_implode() 444 space[0])); in fpu_implode() 448 space[0] = fpu_ftod(fe, fp, space); in fpu_implode() 450 space[0], space[1])); in fpu_implode()
|
| /freebsd-13-stable/usr.bin/fold/ |
| HD | fold.c | 159 int col, i, indx, space; in fold() local 174 space = i; in fold() 176 if (sflag && space != -1) { in fold() 177 space++; in fold() 178 wprintf(L"%.*ls\n", space, buf); in fold() 179 wmemmove(buf, buf + space, indx - space); in fold() 180 indx -= space; in fold()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_sendfile.c | 247 fixspace(int old, int new, off_t off, int *space) in fixspace() argument 253 *space -= xfsize(old - 1, old, off, *space); in fixspace() 262 *space -= xfsize(0, old, off, *space); in fixspace() 267 *space -= (old - new) * PAGE_SIZE; in fixspace() 269 KASSERT(*space >= 0, ("%s: space went backwards", __func__)); in fixspace() 764 int nios, space, npages, rhpages; in vn_sendfile() local 803 space = sbspace(&so->so_snd); in vn_sendfile() 804 if (space < rem && in vn_sendfile() 805 (space <= 0 || in vn_sendfile() 806 space < so->so_snd.sb_lowat)) { in vn_sendfile() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| HD | dcsr.txt | 17 debug blocks defined within this memory space. 25 The DCSR space exists in the memory-mapped bus. 44 range of the DCSR space. 57 This node represents the region of DCSR space allocated to the EPU 91 offset and length of the DCSR space registers of the device 107 This node represents the region of DCSR space allocated to the NPC 120 offset and length of the DCSR space registers of the device 122 The Nexus Port controller occupies two regions in the DCSR space 144 This node represents the region of DCSR space allocated to the NXC 157 offset and length of the DCSR space registers of the device [all …]
|
| HD | mcm.txt | 8 The LAW node represents the region of CCSR space where local access 10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some 24 physical address offset and length of the CCSR space 37 The MPX LAW node represents the region of CCSR space where MCM config 39 of CCSR space. 53 physical address offset and length of the CCSR space
|
| HD | ecm.txt | 8 The LAW node represents the region of CCSR space where local access 10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some 24 physical address offset and length of the CCSR space 37 The E500 LAW node represents the region of CCSR space where ECM config 39 of CCSR space. 53 physical address offset and length of the CCSR space
|
| /freebsd-13-stable/sys/isa/ |
| HD | pnp.c | 539 int space = *spacep; in pnp_read_bytes() local 542 if (space == 0) { in pnp_read_bytes() 543 space = 1024; in pnp_read_bytes() 544 resources = malloc(space, M_TEMP, M_NOWAIT); in pnp_read_bytes() 549 if (len + amount > space) { in pnp_read_bytes() 551 while (len + amount > space + extra) in pnp_read_bytes() 553 newres = malloc(space + extra, M_TEMP, M_NOWAIT); in pnp_read_bytes() 561 space += extra; in pnp_read_bytes() 569 *spacep = space; in pnp_read_bytes() 586 int space = *spacep; in pnp_read_resources() local [all …]
|
| /freebsd-13-stable/contrib/tcsh/nls/greek/ |
| HD | set19 | 16 14 Total space allocated from system: %d\n 19 17 Total space in mmapped regions: %d\n 20 18 Total allocated space: %d\n 21 19 Total non-inuse space: %d\n 22 20 Top-most, releasable space: %d\n
|
| /freebsd-13-stable/contrib/tcsh/nls/ukrainian/ |
| HD | set19 | 16 14 Total space allocated from system: %d\n 19 17 Total space in mmapped regions: %d\n 20 18 Total allocated space: %d\n 21 19 Total non-inuse space: %d\n 22 20 Top-most, releasable space: %d\n
|
| /freebsd-13-stable/contrib/ntp/sntp/ag-tpl/ |
| HD | Mdoc.pm | 294 space($arg); 296 space() eq 'off' ? 297 space('on') : 298 space('off'); 412 elsif (_is_control($el, 'spaceon')) { space('on'); } 413 elsif (_is_control($el, 'spacetoggle')) { space() eq 'on' ? 415 space('on') } 425 if ($space_off) { space('off'); $space_off = 0; } 435 sub space { subroutine
|
| /freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| HD | Mdoc.pm | 267 space($arg); 269 space() eq 'off' ? 270 space('on') : 271 space('off'); 385 elsif (_is_control($el, 'spaceon')) { space('on'); } 386 elsif (_is_control($el, 'spacetoggle')) { space() eq 'on' ? 388 space('on') } 398 if ($space_off) { space('off'); $space_off = 0; } 408 sub space { subroutine
|
| /freebsd-13-stable/contrib/tcsh/nls/russian/ |
| HD | set19 | 16 14 Total space allocated from system: %d\n 19 17 Total space in mmapped regions: %d\n 20 18 Total allocated space: %d\n 21 19 Total non-inuse space: %d\n 22 20 Top-most, releasable space: %d\n
|
| /freebsd-13-stable/contrib/tcsh/nls/C/ |
| HD | set19 | 16 14 Total space allocated from system: %d\n 19 17 Total space in mmapped regions: %d\n 20 18 Total allocated space: %d\n 21 19 Total non-inuse space: %d\n 22 20 Top-most, releasable space: %d\n
|
| /freebsd-13-stable/contrib/tcsh/nls/et/ |
| HD | set19 | 16 14 Total space allocated from system: %d\n 19 17 Total space in mmapped regions: %d\n 20 18 Total allocated space: %d\n 21 19 Total non-inuse space: %d\n 22 20 Top-most, releasable space: %d\n
|