OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARG
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc
128
// Serialize the buffers then test to see we find the function enter
arg
338
uint64_t
ARG
= 1;
340
ASSERT_TRUE(C->functionEnterArg(1, TSC++, CPU,
ARG
++));
/src/usr.bin/tail/
tail.c
87
#define
ARG
(units, forward, backward) { \
123
ARG
(512, FBYTES, RBYTES);
126
ARG
(1, FBYTES, RBYTES);
132
ARG
(1, FLINES, RLINES);
/src/sys/dev/wscons/
vt100_base.h
73
#define
ARG
(d, n) ((d)->args[(n)])
74
#define DEF1_ARG(d, n) (
ARG
(d, n) ?
ARG
(d, n) : 1)
75
#define DEFx_ARG(d, n, x) (
ARG
(d, n) ?
ARG
(d, n) : (x))
wsemul_sun.c
110
#define
ARG
(n) (edp->args[(n)])
111
#define NORMALIZE_ARG(n) (
ARG
(n) ?
ARG
(n) : 1)
431
if (
ARG
(0))
446
edp->scrolldist = uimin(
ARG
(0), edp->nrows);
/src/usr.bin/rpcgen/
rpc_svcout.c
56
static char
ARG
[] = "argument";
306
/*
arg
name */
404
f_print(fout, "\t} %s;\n",
ARG
);
422
f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n",
ARG
, RESULT);
449
p_xdrfunc(
ARG
, proc->args.decls->decl.type);
451
p_xdrfunc(
ARG
, proc->args.argname);
477
f_print(fout, "\t(void) memset(&%s, 0, sizeof(%s));\n",
ARG
,
ARG
);
478
printif("getargs", TRANSP, "(caddr_t)&",
ARG
);
485
ROUTINE,
ARG
, RESULT, RQSTP)
[
all
...]
/src/usr.bin/last/
last.c
94
typedef struct
arg
{
struct
99
int type; /* type of
arg
*/
100
struct
arg
*next; /* linked list pointer */
101
}
ARG
;
102
static
ARG
*arglist; /* head of linked list */
272
addarg(int type, const char *
arg
)
274
ARG
*cur;
276
if (!(cur = (
ARG
*)malloc(sizeof(
ARG
))))
280
cur->name =
arg
;
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025