OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argsused
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_282.c
8
/* expect+1: warning: comment **
ARGSUSED
** must precede function definition [282] */
9
/*
ARGSUSED
*/
10
int
argsused
;
variable in typeref:typename:int
/src/usr.bin/xlint/lint1/
func.c
86
* The position of the last
ARGSUSED
comment is stored in argsused_pos.
987
warning_at(282, &argsused_pos, "
ARGSUSED
");
1025
argsused
(int n)
function in typeref:typename:void
1029
warning(280, "
ARGSUSED
");
1034
warning(281, "
ARGSUSED
");
1124
case LC_ARGSUSED:
argsused
(arg); break;
/src/bin/sh/
eval.c
1022
int
argsused
, use_syspath;
local in function:evalcommand
1048
argsused
= parse_command_args(argc, argv, &use_syspath);
1049
if (
argsused
== 0) {
1056
argc -=
argsused
;
1057
argv +=
argsused
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025