Home
last modified time | relevance | path

Searched refs:dirListP (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dbpc_dirOps.c84 char *dirList = NULL, *dirListP; in bpc_path_remove() local
153 … for ( dirListP = dirList ; dirListP < dirList + dirListLen ; dirListP += strlen(dirListP) + 1 ) { in bpc_path_remove()
154 snprintf(filePath, sizeof(filePath), "%s/%s", path, dirListP); in bpc_path_remove()
175 char *dirList = NULL, *dirListP; in bpc_path_refCountAllInodeMax() local
231 … for ( dirListP = dirList ; dirListP < dirList + dirListLen ; dirListP += strlen(dirListP) + 1 ) { in bpc_path_refCountAllInodeMax()
232 snprintf(filePath, sizeof(filePath), "%s/%s", path, dirListP); in bpc_path_refCountAllInodeMax()