HomeSort by: relevance | last modified time | path
    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