Searched defs:trim (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/
H A Dutil-tests.c778 bool trim; member in struct:split_data
799 false, false, /* trim, skip_empty */
843 ret = split_on_separator(mem, sts[a].input, ',', sts[a].trim,
/sssd/src/util/
H A Dutil.c36 const char sep, bool trim, bool skip_empty,
74 if (trim) {
35 split_on_separator(TALLOC_CTX *mem_ctx, const char *str, const char sep, bool trim, bool skip_empty, char ***_list, int *size) argument

Completed in 952 milliseconds