OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numfields
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/uniq/
uniq.c
57
static int numchars,
numfields
, repeats;
variable
87
numfields
= strtol(optarg, &p, 10);
88
if (
numfields
< 0 || *p)
133
if (
numfields
|| numchars)
153
if (
numfields
|| numchars) {
207
for (nfields =
numfields
, infield = 0; nfields && *str; ++str, --ls)
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026