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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c182 char *file_sep; local
189 file_sep = strrchr(tmp_path, '/');
190 if (file_sep == tmp_path) {
191 file_sep++;
194 } else if (file_sep) {
195 *file_sep++ = '\0';
198 file_sep = tmp_path;
203 if (!p || len + strlen(file_sep) + 2 > PATH_MAX) {
212 strcpy(p, file_sep);

Completed in 40 milliseconds