OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temparg
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/mail/
list.c
1358
static char
temparg
[LINESIZE];
local in function:get_Hflag
1366
optlen = MIN(optlen, sizeof(
temparg
) - 1);
1367
temparg
[0] = '-';
1368
(void)memmove(
temparg
+ 1, p, optlen + 1);
1369
argv[optind] =
temparg
;
list.c
1358
static char
temparg
[LINESIZE];
local in function:get_Hflag
1366
optlen = MIN(optlen, sizeof(
temparg
) - 1);
1367
temparg
[0] = '-';
1368
(void)memmove(
temparg
+ 1, p, optlen + 1);
1369
argv[optind] =
temparg
;
list.c
1358
static char
temparg
[LINESIZE];
local in function:get_Hflag
1366
optlen = MIN(optlen, sizeof(
temparg
) - 1);
1367
temparg
[0] = '-';
1368
(void)memmove(
temparg
+ 1, p, optlen + 1);
1369
argv[optind] =
temparg
;
Completed in 33 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025