OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:labelstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump/
main.c
145
char
labelstr
[LBLSIZE];
local in function:main
162
strcpy(
labelstr
, "none"); /* XXX safe strcpy. */
244
if (strlcpy(
labelstr
, optarg, sizeof(
labelstr
))
245
>= sizeof(
labelstr
)) {
249
(unsigned long)sizeof(
labelstr
) - 1);
251
labelstr
);
483
(void)strlcpy(spcl.c_label,
labelstr
, sizeof(spcl.c_label));
552
msg("Label: %s\n",
labelstr
);
main.c
145
char
labelstr
[LBLSIZE];
local in function:main
162
strcpy(
labelstr
, "none"); /* XXX safe strcpy. */
244
if (strlcpy(
labelstr
, optarg, sizeof(
labelstr
))
245
>= sizeof(
labelstr
)) {
249
(unsigned long)sizeof(
labelstr
) - 1);
251
labelstr
);
483
(void)strlcpy(spcl.c_label,
labelstr
, sizeof(spcl.c_label));
552
msg("Label: %s\n",
labelstr
);
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025