Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstr.h126 bool ss_ends_with (struct substring, struct substring suffix);
H A Dstr.c454 if (ss_ends_with (*ss, suffix)) in ss_chomp()
705 ss_ends_with (struct substring ss, struct substring suffix) in ss_ends_with() function
1259 return ss_ends_with (st->ss, suffix); in ds_ends_with()
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv.c1159 && ss_ends_with (member_name_ss, ss_cstr (".xml"))) in spv_open()
H A Dspv-legacy-decoder.c878 && ss_ends_with (value, ss_cstr (")"))) in decode_spvdx_derived_variable()