OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_LABEL_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
partitions.h
75
#define
MAX_LABEL_LEN
128 /* max. length of a partition label */
/src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c
1149
#define
MAX_LABEL_LEN
100
1161
char buf[
MAX_LABEL_LEN
];
1167
written = snprintf (buf,
MAX_LABEL_LEN
, "A64_OPID_%08x_%s",
1170
&& written <
MAX_LABEL_LEN
);
1177
written = snprintf (p,
MAX_LABEL_LEN
- (p - buf), "_%s",
1180
&& written <
MAX_LABEL_LEN
- (p - buf));
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026