HomeSort by: relevance | last modified time | path
    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