Lines Matching defs:hex
1084 * userquota@<hex-rid>-domain, to make it easy
1301 * internal hex label string.
1304 char *hex = NULL; /* label string */
1432 /* Now translate to hex internal label string */
1433 if (label_to_str(new_slabel, &hex, M_INTERNAL,
1435 if (hex)
1436 free(hex);
1444 if (strcmp(strval, hex) == 0) {
1445 free(hex);
1453 hex) == 0);
1454 free(hex);
3725 * Try to translate the internal hex string to
3727 * problems just use the hex string.