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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c478 char **path_parts; local
484 path_parts = explode(path, "/");
485 if (path_parts == NULL) return 0;
492 for (; path_parts[i] != NULL; i++)
501 asl_string_append_no_encoding(processed_path, path_parts[i]);
512 free_string_list(path_parts);
526 free_string_list(path_parts);
537 free_string_list(path_parts);
546 free_string_list(path_parts);
576 free_string_list(path_parts);
1248 char **path_parts; local
2526 char **path_parts; local
[all...]

Completed in 83 milliseconds