OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positions
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/cut/
cut.c
152
static char *
positions
= NULL;
variable in typeref:typename:char *
163
if (
positions
== NULL) {
165
positions
= ecalloc(numpositions, sizeof(*
positions
));
169
* Set a byte in the
positions
array to indicate if a field or
201
positions
= erealloc(
positions
, newsize);
202
(void)memset(
positions
+ numpositions, 0,
208
for (pos =
positions
+ start; start++ <= stop; pos++)
218
(void)memset(
positions
+ 1, '1', autostart)
[
all
...]
x_cut.c
70
pos =
positions
+ 1;
/src/bin/ksh/
c_sh.c
114
int
positions
, new_val;
local in function:c_umask
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
...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-topkick.dts
24
* Switch
positions
/src/sys/fs/udf/
udf_subr.c
871
uint32_t
positions
[4];
local in function:udf_read_anchors
927
positions
[0] = track_start+256;
928
positions
[1] = track_end-256;
929
positions
[2] = track_end;
930
positions
[3] = track_start+512; /* [UDF 2.60/6.11.2] */
937
positions
[anch]));
938
error = udf_read_anchor(ump,
positions
[anch], anchorsp);
/src/sys/arch/m68k/060sp/dist/
pfpsp.s
6362
swap %d1 # yes; return to correct
positions
6443
# d0 = number of bit
positions
the mantissa was shifted #
Completed in 25 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025