/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...] |
H A D | cut.1 | 93 specifies byte positions. 97 specifies character positions.
|
/freebsd/lib/libc/locale/ |
H A D | wcwidth.3 | 30 .Nd "number of column positions of a wide-character code" 40 function determines the number of column positions required to 52 otherwise it returns the number of column positions the 56 breaks lines that are more than 20 column positions wide,
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_move.c | 107 * Log the positions of any marks in the to-be-deleted lines. This in ex_move() 109 * the old mark positions, make the changes, then log the new mark in ex_move() 110 * positions. Then the marks end up in the right positions no matter in ex_move() 120 /* Log the old positions of the marks. */ in ex_move() 178 /* Log the new positions of the marks. */ in ex_move()
|
/freebsd/contrib/mandoc/ |
H A D | term_tab.c | 30 size_t *t; /* Allocated array of tab positions. */ 31 size_t s; /* Allocated number of positions. */ 32 size_t n; /* Currently used number of positions. */ 36 struct tablist a; /* All tab positions for lookup. */ 37 struct tablist p; /* Periodic tab positions to add. */
|
/freebsd/lib/libc/string/ |
H A D | wcswidth.3 | 30 .Nd "number of column positions in wide-character string" 40 function determines the number of column positions required for the first 52 otherwise it returns the number of column positions occupied.
|
/freebsd/usr.bin/tabs/ |
H A D | tabs.1 | 44 tab settings then initialises tab stops at specified positions, and 51 In the second synopsis form, tab stops are set at positions 57 No more than 20 positions may be specified.
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 320 // first reassign all iterator positions to the new container which in handleAssignment() 339 // iterator positions with the new "end" symbol. in handleAssignment() 344 // so reassign all iterator positions to the new container. in handleAssignment() 362 // container, so reassign all iterator positions to the new container. in handleAssignment() 421 // For deque-like containers invalidate all iterator positions in handlePushBack() 433 // For vector-like containers invalidate the past-end iterator positions in handlePushBack() 478 // past-end iterator positions. For list-like containers only invalidate in handlePopBack() 501 // For deque-like containers invalidate all iterator positions in handlePushFront() 541 // For deque-like containers invalidate all iterator positions. For list-like in handlePopFront() 577 // For deque-like containers invalidate all iterator positions. For in handleInsert() [all …]
|
/freebsd/usr.bin/pr/ |
H A D | pr.1 | 214 reach column positions 249 terms of the number of column positions. 271 column positions of each text column or each line of 318 column positions for multiple text-column output only.
|
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 98 std::vector<size_t> Positions; in points() local 99 Positions.reserve(Pts.size()); in points() 101 Positions.push_back(Point); in points() 102 return Positions; in points()
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | oncore-shmem.html | 19 …<p>In particular, you can ask for satellite positions, satellite health, signal levels, the epheme… 20 …vailable for use in other programs, (say graphic displays of satellites positions, plots of SA, et… 37 … of the station (see below). Thus to activate the interface, and see 3D positions, something like<… 64 …te slot. The additional slots are for messages containing 0D, 2D and 3D positions. These messages … 156 …<p>There are two complete examples available. The first plots satellite positions and the station …
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-common.h | 135 /* DMA register entry bit positions and sizes */ 218 /* DMA channel register entry bit positions and sizes */ 367 /* MAC register entry bit positions and sizes */ 703 /* MMC register entry bit positions and sizes */ 818 /* MTL register entry bit positions and sizes */ 846 /* MTL queue register entry bit positions and sizes */ 919 /* MTL traffic class register entry bit positions and sizes */ 942 /* PCS register entry bit positions and sizes */ 953 /* SerDes integration register entry bit positions and sizes */ 980 /* SerDes RxTx register entry bit positions an [all...] |
/freebsd/usr.bin/expand/ |
H A D | expand.1 | 86 Set tab stops at column positions 91 column positions apart instead of the default number of 8.
|
/freebsd/usr.bin/fold/ |
H A D | fold.1 | 51 in bytes rather than column positions. 55 column positions (or bytes).
|
/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/sys/contrib/zstd/lib/compress/ |
H A D | zstd_fast.c | 29 * Insert the other positions if their hash entry is empty. in ZSTD_fillHashTable() 36 /* Only load extra positions for ZSTD_dtlm_full */ in ZSTD_fillHashTable() 61 * next few positions: 134 * between pairs of positions, from ip0 to ip2 or ip1 to ip3. */ in ZSTD_compressBlock_fast_noDict_generic() 154 /* calculate positions, ip0 - anchor == 0, so we skip step calc */ in ZSTD_compressBlock_fast_noDict_generic() 208 /* advance to next positions */ in ZSTD_compressBlock_fast_noDict_generic() 237 /* advance to next positions */ in ZSTD_compressBlock_fast_noDict_generic() 253 /* Note that there are probably still a couple positions we could search. in ZSTD_compressBlock_fast_noDict_generic()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterFlags.h | 122 /// Start/end bit positions. Where start N, end N means a single bit 123 /// field at position N. We expect that start <= end. Bit positions begin 171 /// fields will be included, with only their positions shown.
|
/freebsd/lib/libc/gen/ |
H A D | telldir.h | 67 * UFS, and NFS, directory positions usually fit within the packed type. For 94 * positions.
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aesopt.h | 123 * in any positions, this implementation only supports the two formats in 124 * which bytes in adjacent positions within words also have adjacent byte 536 * upr(x, n): rotates bytes within words by n positions, moving bytes to 537 * higher index positions with wrap around into low positions 538 * ups(x, n): moves bytes by n positions to higher index positions in
|
/freebsd/sys/dev/sbni/ |
H A D | if_sbnivar.h | 86 u_int inppos; /* positions in rx/tx buffers */ 87 u_int outpos; /* positions in rx/tx buffers */
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tmmintrin.h | 586 /// positions in the destination: 612 /// positions in the destination: 643 /// positions in the destination. 669 /// positions in the destination. 695 /// positions in the destination. 721 /// positions in the destination. 747 /// positions in the destination. 773 /// to positions in the destination.
|
/freebsd/share/man/man5/ |
H A D | fs.5 | 176 int32_t fs_old_nrpos; /* number of rotational positions */ 283 rotational positions, so that sequential blocks can be laid out 286 rotational positions, the resolution of the
|
/freebsd/lib/msun/aarch64/ |
H A D | fenv.h | 73 /* We need to be able to map status flag positions to mask flag positions */
|
/freebsd/lib/msun/arm/ |
H A D | fenv.h | 81 /* We need to be able to map status flag positions to mask flag positions */
|
/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
|