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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c155 char *path, *endpath; local
166 endpath = path + len;
167 *endpath = '/';
168 endpath++;
205 memcpy(endpath, dirent->d_name, namelen + 1);
208 perror(endpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c718 char *endname, *endpath, *exname, *fullname, **names; local
750 if ((endpath = __db_rpath(fullname)) == NULL) {
754 sepsave = *endpath;
755 *endpath = '\0';
763 *endpath = sepsave;
770 * Now, make endpath reference the queue extent names upon which
773 * between endpath and endname (__dbq.NAME.).
775 endpath++;
776 endname = strrchr(endpath, '.');
783 len = strlen(endpath);
[all...]

Completed in 76 milliseconds