Searched refs:pfname (Results 1 - 2 of 2) sorted by path

/macosx-10.10/BootCache-109/
H A Dcontrol.c41 static int start_cache(const char *pfname);
42 static int stop_cache(const char *pfname, int debugging);
44 static int merge_playlists(const char *pfname, int argc, char *argv[], int* pbatch);
47 static int print_playlist(const char *pfname, int source);
48 static int unprint_playlist(const char *pfname);
49 static int generalize_playlist(const char *pfname);
50 static int generate_playlist(const char *pfname, const char *root);
51 static int truncate_playlist(const char *pfname, char *larg);
66 char *pfname; local
69 pfname
364 const char* pfname = BC_ROOT_PLAYLIST; local
881 start_cache(const char *pfname) argument
939 stop_cache(const char *pfname, int debugging) argument
1099 merge_playlists(const char *pfname, int argc, char *argv[], int* pbatch) argument
1186 print_playlist(const char *pfname, int source) argument
1280 unprint_playlist(const char *pfname) argument
1433 generalize_playlist(const char *pfname) argument
1463 generate_playlist(const char *pfname, const char *root) argument
1627 truncate_playlist(const char *pfname, char *larg) argument
[all...]
H A Dlibrary.c68 BC_read_playlist(const char *pfname, struct BC_playlist **ppc) argument
79 if (pfname == NULL) {
84 if ((fd = open(pfname, O_RDONLY)) == -1) {
85 warnx("Unable to open %s: %d %s", pfname, errno, strerror(errno));
90 warnx("could not read header from %s", pfname);
149 BC_write_playlist(const char *pfname, const struct BC_playlist *pc) argument
167 size_t tpathlen = strlen(pfname) + 8;
174 warnx("could not allocate %lu bytes for playlist filename", strlen(pfname));
178 snprintf(tfname, tpathlen, "%s.XXXXXX", pfname);
233 if (rename((const char *)tfname, pfname) !
[all...]

Completed in 231 milliseconds