Home
last modified time | relevance | path

Searched refs:string_map_find (Results 1 – 4 of 4) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-map.h91 const char *string_map_find (const struct string_map *, const char *);
H A Dstring-map.c151 string_map_find (const struct string_map *map, const char *key) in string_map_find() function
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dstring-map-test.c295 found_value = string_map_find (map, key); in check_string_map()
301 check (string_map_find (map, "z") == NULL); in check_string_map()
/dports/math/pspp/pspp-1.4.1/src/output/
H A Ddriver.c90 if (!string_map_find (vars, key)) in put_strftime()