Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 25 of 123) sorted by relevance

12345

/netbsd/src/usr.bin/cut/
Dcut.c152 static char *positions = NULL; variable
163 if (positions == NULL) { in get_list()
165 positions = ecalloc(numpositions, sizeof(*positions)); in get_list()
201 positions = erealloc(positions, newsize); in get_list()
202 (void)memset(positions + numpositions, 0, in get_list()
208 for (pos = positions + start; start++ <= stop; pos++) in get_list()
218 (void)memset(positions + 1, '1', autostart); in get_list()
248 if (col < maxval && !positions[1 + col]) { in b_n_cut()
257 !positions[1 + i]) in b_n_cut()
261 canwrite &= positions[1 + i]; in b_n_cut()
[all …]
Dx_cut.c70 pos = positions + 1; in CUT_FN()
/netbsd/src/bin/ksh/
Dc_sh.c114 int positions, new_val; local
121 positions = 0;
125 case 'a': positions |= 0111; break;
126 case 'u': positions |= 0100; break;
127 case 'g': positions |= 0010; break;
128 case 'o': positions |= 0001; break;
130 if (!positions)
131 positions = 0111; /* default is a */
153 new_val = (new_val & 07) * positions;
160 | (new_umask & ~(positions * 07));
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgcov-dump.texi63 [@option{-p}|@option{--positions}]
81 @itemx --positions
82 Dump positions of records.
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dprintf-posix.m49 dnl positions.
41 [Define if your printf() function supports format strings with positions.])
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dprintf-posix.m49 dnl positions.
41 [Define if your printf() function supports format strings with positions.])
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
Ducpgba.c142 run->positions = run->chars + (end - start); in _add_run()
154 run->positions[i] = t; in _add_run()
165 run->positions[i - start] = i; in _add_run()
749 cursor->start : cursor->positions[c - 1]; in ucstring_cursor_info()
754 *position = cursor->positions[c]; in ucstring_cursor_info()
Ducpgba.h83 unsigned long *positions; /* List of original positions in source. */ member
/netbsd/src/share/i18n/csmapper/MISC/
DATARIST%UCS.src55 # - 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
DUCS%ATARIST.src55 # - 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
/netbsd/src/external/bsd/byacc/dist/
DREADME.BTYACC75 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
/netbsd/src/share/man/tools/
Dignore607 positions
608 positions.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dvalarray505 * in shifted positions. For an element with index i, the new position
513 * @param __n Number of element positions to shift.
514 * @return New valarray with elements in shifted positions.
522 * in shifted positions. For an element with index i, the new position
530 * @param __n Number of element positions to rotate.
531 * @return New valarray with elements in shifted positions.
Dstreambuf465 * - the class starts with no read nor write positions available,
600 * @brief Alters the stream positions.
612 * @brief Alters the stream positions.
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dacorn65 >>11 leshort !1 %d positions
Dscientific122 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
/netbsd/src/sys/arch/m68k/060sp/
DReadMe.NetBSD90 To enforce the right relative positions of isp/its glue code inetbsd.S
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_7zip.c187 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()
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dor1kcommon.cpu340 "SPR field msb positions"
356 "SPR field lsb positions"
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dor1kcommon.cpu340 "SPR field msb positions"
356 "SPR field lsb positions"
Dsimplify.inc110 ; subset of dnh with all arguments in the same positions, so methinks things
/netbsd/src/lib/libcurses/PSD.doc/
Ddoc.I57 in the normal tabstop positions of
/netbsd/src/share/i18n/csmapper/TCVN/
DVISCII%UCS.src48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
DUCS%VISCII.src48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
/netbsd/src/external/bsd/less/dist/
Dless.hlp23 ESC-) RightArrow * Right one half screen width (or _N positions).
24 ESC-( LeftArrow * Left one half screen width (or _N positions).

12345