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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfiledir.h19 extern int veto_file (const char *veto_str, const char *path);
H A Dfiledir.c836 int veto_file(const char*veto_str, const char*path)
837 /* given a veto_str like "abc/zxc/" and path "abc", return 1
838 * veto_str should be '/' delimited
839 * if path matches any one of the veto_str elements exactly, then 1 is returned
843 int i; /* index to veto_str */
846 if ((veto_str == NULL) || (path == NULL))
849 for(i=0, j=0; veto_str[i] != '\0'; i++) {
850 if (veto_str[i] == '/') {
857 if (veto_str[i] != path[j]) {
858 while ((veto_str[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c80 char *veto_str = VETO; local
86 for(i=0, j=0; veto_str[i] != '\0'; i++) {
87 if (veto_str[i] == '/') {
92 if (veto_str[i] != path[j]) {
93 while ((veto_str[i] != '/')
94 && (veto_str[i] != '\0'))

Completed in 65 milliseconds