/freebsd/usr.bin/cut/ |
H A D | cut.c | 57 static char * positions; variable 162 * set a byte in the positions array to indicate if a field or in get_list() 195 for (pos = positions + start; start++ <= stop; *pos++ = 1); in get_list() 212 memset(positions + 1, '1', autostart); in get_list() 221 /* Grow the positions array to at least the specified size. */ in needpos() 228 if ((positions = realloc(positions, npos)) == NULL) in needpos() 230 memset((char *)positions + oldnpos, 0, npos - oldnpos); in needpos() 242 pos = positions + 1; in b_cut() 264 * Cut based on byte positions, takin [all...] |
/freebsd/share/i18n/csmapper/MISC/ |
H A D | ATARIST%UCS.src | 55 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S 56 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
|
H A D | UCS%ATARIST.src | 55 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S 56 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
|
/freebsd/contrib/bsddialog/lib/ |
H A D | barbox.c | 470 int currvalue, retval, bigchange, positions; in bsddialog_rangebox() 484 positions = max - min + 1; in bsddialog_rangebox() 499 b.perc = ((float)(currvalue - min)*100) / (positions-1); in bsddialog_rangebox() 426 int currvalue, retval, bigchange, positions; bsddialog_rangebox() local
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 75 and in assigning the computed text positions to the AST. 106 to reduce text positions located on the stack. 109 positions. The function is called immediately after 131 YYPOSN text positions. These are analogues of 157 Typically this function extracts text positions from 171 semantic semantic values and text positions of tokens 181 values and positions of the discarded tokens and
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | acorn | 65 >>11 leshort !1 %d positions
|
H A D | scientific | 122 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
|
H A D | printer | 205 # charsize.hp pages.hp set the scaling points (P1 and P2) to their default positions
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-topkick.dts | 24 * Switch positions
|
/freebsd/lib/libc/amd64/string/ |
H A D | strcmp.S | 234 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX 335 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX
|
H A D | strncmp.S | 337 shl %cl, %r8d # adjust NUL mask to positions in RDI/RBX 456 shl %cl, %r8d # adjust NUL mask to positions in RSI/RBX
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_7zip.c | 187 uint64_t *positions; member 1885 free(pi->positions); in free_PackInfo() 1924 pi->positions = calloc((size_t)pi->numPackStreams, sizeof(uint64_t)); in read_PackInfo() 1925 if (pi->sizes == NULL || pi->positions == NULL) in read_PackInfo() 2427 if (si->pi.positions == NULL || si->pi.sizes == NULL) in read_StreamsInfo() 2434 si->pi.positions[i] = packPos; in read_StreamsInfo() 3384 pack_offset = zip->si.pi.positions[zip->pack_stream_index]; in seek_pack()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 475 { U32 positions = 0; in ZSTD_insertBt1() local 476 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 478 return MAX(positions, matchEndIdx - (current + 8)); in ZSTD_insertBt1()
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | README.md | 71 Besides start/end positions, jsmn tokens for complex types (like arrays
|
/freebsd/share/i18n/csmapper/TCVN/ |
H A D | VISCII%UCS.src | 48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
|
H A D | UCS%VISCII.src | 48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
|
/freebsd/contrib/less/ |
H A D | less.hlp | 23 ESC-) RightArrow * Right one half screen width (or _N positions). 24 ESC-( LeftArrow * Left one half screen width (or _N positions).
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 522 { U32 positions = 0; in ZSTD_insertBt1() local 523 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 525 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()
|
/freebsd/usr.bin/fortune/ |
H A D | Notes | 32 clear text on the system. They are rotated (see caesar(6)) 13 positions.
|
/freebsd/share/syscons/keymaps/ |
H A D | ua.koi8-u.shift.alt.kbd | 7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`';
|
/freebsd/share/vt/keymaps/ |
H A D | ua.shift.alt.kbd | 7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`';
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 169 `float_exception_flags'. The positions of the exception flag bits within
|
/freebsd/sys/dev/mii/ |
H A D | miidevs | 40 * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
|
/freebsd/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions. 251 ! One half has the bits for the sboxes in the following positions:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VPIntrinsics.def | 132 // Map this VP reduction intrinsic to its reduction operand positions.
|