Searched refs:std_prefix (Results 1 – 3 of 3) sorted by relevance
75 static const char *std_prefix = PREFIX; variable104 prefix = std_prefix;211 prefix = std_prefix;257 if (! strncmp (path, std_prefix, strlen (std_prefix)) && key != 0)267 result = concat (key, &path[strlen (std_prefix)], NULL);357 std_prefix = save_string (prefix, len);
5932 * prefix.c (std_prefix): New global to hold default prefix value.5933 (get_key_value): Change to use std_prefix instead of PREFIX.
77 static const char *std_prefix = PREFIX; variable105 prefix = std_prefix; in get_key_value()212 prefix = std_prefix; in translate_name()253 const int len = strlen (std_prefix); in update_path()255 if (! strncmp (path, std_prefix, len) in update_path()356 std_prefix = save_string (prefix, len); in set_std_prefix()