Lines Matching defs:hex
1061 * userquota@<hex-rid>-domain, to make it easy
1167 * internal hex label string.
1171 char *hex = NULL; /* internal label string */
1184 /* Now translate to hex internal label string */
1185 if (label_to_str(new_sl, &hex, M_INTERNAL,
1187 if (hex)
1188 free(hex);
1194 if (strcmp(strval, hex) == 0) {
1195 free(hex);
1203 hex) == 0);
1204 free(hex);
2573 * Try to translate the internal hex string to
2575 * problems just use the hex string.