OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:positions
(Results
1 - 3
of
3
) 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
...]
/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/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);
Completed in 17 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025