OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ishelp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
bin2c.c
33
int
ishelp
= 0;
local
41
ishelp
= *opt == 'h' || *opt == 'H';
44
stream =
ishelp
? stdout : stderr;
47
exit (!
ishelp
);
/src/external/gpl3/binutils.old/dist/binutils/
bin2c.c
33
int
ishelp
= 0;
local
41
ishelp
= *opt == 'h' || *opt == 'H';
44
stream =
ishelp
? stdout : stderr;
47
exit (!
ishelp
);
Completed in 21 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026