| /freebsd/contrib/file/magic/Magdir/ |
| H A D | 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 …]
|
| H A D | 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
|
| H A D | forth | 10 0 regex \[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\) 11 >0 regex \^:\[[:space:]] 16 0 regex \^:[[:space:]].*[[:space:]]\\(([[:space:]].*)?\ --\ (.*[[:space:]])?\\)[[:space:]].…
|
| H A D | 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/stand/ficl/softwords/ |
| H A D | 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/crypto/heimdal/lib/asn1/ |
| H A D | 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(leve in define_asn1() [all...] |
| /freebsd/contrib/one-true-awk/bugs-fixed/ |
| H A D | 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:]]
|
| H A D | 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:]]
|
| /freebsd/contrib/unbound/compat/ |
| H A D | 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/contrib/ldns/compat/ |
| H A D | 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/sys/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 563 int data_len, i, space; in ccmp_encrypt() local 578 space = m->m_len - (hdrlen + ccmp_get_header_len(key)); in ccmp_encrypt() 580 if (space > data_len) in ccmp_encrypt() 581 space = data_len; in ccmp_encrypt() 585 while (space >= AES_BLOCK_LEN) { in ccmp_encrypt() 587 pos += AES_BLOCK_LEN, space -= AES_BLOCK_LEN; in ccmp_encrypt() 595 if (space != 0) { in ccmp_encrypt() 599 CCMP_ENCRYPT(i, b, b0, pos, e, space); in ccmp_encrypt() 603 if (space != 0) { in ccmp_encrypt() 620 sp = space; in ccmp_encrypt() [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_sendfile.c | 202 fixspace(int old, int new, off_t off, int *space) in fixspace() argument 208 *space -= xfsize(old - 1, old, off, *space); in fixspace() 217 *space -= xfsize(0, old, off, *space); in fixspace() 222 *space -= (old - new) * PAGE_SIZE; in fixspace() 224 KASSERT(*space >= 0, ("%s: space went backwards", __func__)); in fixspace() 628 sendfile_wait_generic(struct socket *so, off_t need, int *space) in sendfile_wait_generic() argument 633 MPASS(space != NULL); in sendfile_wait_generic() 671 *space = sbspace(&so->so_snd); in sendfile_wait_generic() 672 if (*space < need && (*space <= 0 || *space < so->so_snd.sb_lowat)) { in sendfile_wait_generic() 782 int nios, space, npages, rhpages; in vn_sendfile() local [all …]
|
| /freebsd/sys/powerpc/fpu/ |
| H A D | fpu_implode.c | 421 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) in fpu_implode() argument 426 space[0] = fpu_ftox(fe, fp, space); in fpu_implode() 428 space[0], space[1])); in fpu_implode() 432 space[0] = 0; in fpu_implode() 433 space[1] = fpu_ftoi(fe, fp); in fpu_implode() 435 space[1])); in fpu_implode() 439 space[0] = fpu_ftos(fe, fp); in fpu_implode() 441 space[0])); in fpu_implode() 445 space[0] = fpu_ftod(fe, fp, space); in fpu_implode() 447 space[0], space[1])); in fpu_implode()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | k5buf.c | 60 buf->space = buf->len = 0; in set_error() 76 if (buf->space - buf->len >= len) /* Enough room already. */ in ensure_space() 81 new_space = buf->space * 2; in ensure_space() 101 buf->space = new_space; in ensure_space() 114 k5_buf_init_fixed(struct k5buf *buf, void *data, size_t space) in k5_buf_init_fixed() argument 116 assert(space > 0); in k5_buf_init_fixed() 119 buf->space = space; in k5_buf_init_fixed() 127 buf->space = 128; in k5_buf_init_dynamic() 128 buf->data = malloc(buf->space); in k5_buf_init_dynamic() 170 remaining = buf->space - buf->len; in k5_buf_add_vfmt() [all …]
|
| /freebsd/usr.bin/fold/ |
| H A D | fold.c | 146 int col, i, indx, space; in fold() local 161 space = i; in fold() 163 if (sflag && space != -1) { in fold() 164 space++; in fold() 165 wprintf(L"%.*ls\n", space, buf); in fold() 166 wmemmove(buf, buf + space, indx - space); in fold() 167 indx -= space; in fold()
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | 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 register [all...] |
| H A D | 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/sys/isa/ |
| H A D | pnp.c | 538 int space = *spacep; in pnp_read_bytes() local 541 if (space == 0) { in pnp_read_bytes() 542 space = 1024; in pnp_read_bytes() 543 resources = malloc(space, M_TEMP, M_NOWAIT); in pnp_read_bytes() 548 if (len + amount > space) { in pnp_read_bytes() 550 while (len + amount > space + extra) in pnp_read_bytes() 552 newres = malloc(space + extra, M_TEMP, M_NOWAIT); in pnp_read_bytes() 560 space += extra; in pnp_read_bytes() 568 *spacep = space; in pnp_read_bytes() 585 int space in pnp_read_resources() local 646 int space = 0; pnp_isolation_protocol() local [all...] |
| /freebsd/contrib/tcsh/nls/greek/ |
| H A D | 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/crypto/openssl/test/ |
| H A D | quic_ackm_test.c | 340 static int test_tx_ack_case_actual(int tidx, int space, int mode) in test_tx_ack_case_actual() argument 351 if (mode == MODE_DISCARD && space == QUIC_PN_SPACE_APP) { in test_tx_ack_case_actual() 371 tx->pkt_space = space; in test_tx_ack_case_actual() 389 if (!TEST_int_eq(ossl_ackm_on_pkt_space_discarded(h.ackm, space), 1)) in test_tx_ack_case_actual() 405 if (!TEST_int_eq(ossl_ackm_on_rx_ack_frame(h.ackm, &ack, space, fake_time), 1)) in test_tx_ack_case_actual() 440 if (space == QUIC_PN_SPACE_APP) in test_tx_ack_case_actual() 461 space == QUIC_PN_SPACE_INITIAL, in test_tx_ack_case_actual() 462 space == QUIC_PN_SPACE_HANDSHAKE, in test_tx_ack_case_actual() 463 space == QUIC_PN_SPACE_APP), in test_tx_ack_case_actual() 909 static int test_rx_ack_actual(int tidx, int space) in test_rx_ack_actual() argument [all …]
|
| /freebsd/contrib/ntp/sntp/ag-tpl/ |
| H A D | 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/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | 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/contrib/tcsh/nls/ukrainian/ |
| H A D | 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/contrib/bmake/unit-tests/ |
| H A D | directive-if.exp | 10 make: directive-if.mk:76: Don't do this, always put a space after a directive. 11 make: directive-if.mk:81: Don't do this, always put a space after a directive. 12 make: directive-if.mk:88: Don't do this, always put a space around comparison operators. 13 make: directive-if.mk:95: Don't do this, always put a space after a directive. 14 make: directive-if.mk:100: Don't do this, always put a space after a directive.
|
| /freebsd/contrib/tcsh/nls/russian/ |
| H A D | 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
|