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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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 172 milliseconds