OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numpositions
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/cut/
cut.c
153
static size_t
numpositions
= 0;
variable in typeref:typename:size_t
164
numpositions
= ALLOC_CHUNK;
165
positions = ecalloc(
numpositions
, sizeof(*positions));
198
if (stop + 1 >
numpositions
) {
202
(void)memset(positions +
numpositions
, 0,
203
newsize -
numpositions
);
204
numpositions
= newsize;
cut.c
153
static size_t
numpositions
= 0;
variable in typeref:typename:size_t
164
numpositions
= ALLOC_CHUNK;
165
positions = ecalloc(
numpositions
, sizeof(*positions));
198
if (stop + 1 >
numpositions
) {
202
(void)memset(positions +
numpositions
, 0,
203
newsize -
numpositions
);
204
numpositions
= newsize;
cut.c
153
static size_t
numpositions
= 0;
variable in typeref:typename:size_t
164
numpositions
= ALLOC_CHUNK;
165
positions = ecalloc(
numpositions
, sizeof(*positions));
198
if (stop + 1 >
numpositions
) {
202
(void)memset(positions +
numpositions
, 0,
203
newsize -
numpositions
);
204
numpositions
= newsize;
Completed in 38 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025