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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c198 _strdup_clean(const char *s) function
1067 out->options = _strdup_clean(act);
1089 out->options = _strdup_clean(q);
1100 out->options = _strdup_clean(q);
1407 else if (KEYMATCH(p, "dest=")) dst->rotate_dir = _strdup_clean(p+5);
1408 else if (KEYMATCH(p, "dst=")) dst->rotate_dir = _strdup_clean(p+4);
1591 out->options = _strdup_clean(p+1);

Completed in 122 milliseconds