Searched refs:val_prefix (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/kconfig/
H A Dconfdata.c683 const char *val_prefix = ""; local
706 val_prefix = "0x";
716 val_prefix, val);
724 const char *val_prefix = ""; local
757 val_prefix = "0x";
763 if (strlen(val_prefix) > 0) {
764 val_prefixed_len = strlen(val) + strlen(val_prefix) + 1;
766 snprintf(val_prefixed, val_prefixed_len, "%s%s", val_prefix, val);

Completed in 229 milliseconds