OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extonly
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/fsplit/
fsplit.c
110
static struct extract
extonly
[MAXEXTONLY];
variable in typeref:struct:extract[]
128
extonly
[numextonly].name = optarg;
129
extonly
[numextonly].found = false;
179
if (!
extonly
[i].found) {
181
warnx("%s not found",
extonly
[i].name);
245
if (strcmp(fname,
extonly
[i].name) == 0) {
246
extonly
[i].found = true;
fsplit.c
110
static struct extract
extonly
[MAXEXTONLY];
variable in typeref:struct:extract[]
128
extonly
[numextonly].name = optarg;
129
extonly
[numextonly].found = false;
179
if (!
extonly
[i].found) {
181
warnx("%s not found",
extonly
[i].name);
245
if (strcmp(fname,
extonly
[i].name) == 0) {
246
extonly
[i].found = true;
Completed in 85 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025