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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dinotify.c173 size_t lenfile = strlen(ent->d_name); local
177 if (lenfile == 0 ||
178 ent->d_name[lenfile - 1] == '~' ||
179 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
183 if ((path = whine_malloc(lendir + lenfile + 2)))
H A Doption.c4253 size_t lenfile = strlen(ent->d_name); local
4258 if (lenfile == 0 ||
4259 ent->d_name[lenfile - 1] == '~' ||
4260 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
4287 if (!(path = whine_malloc(lendir + lenfile + 2)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dinotify.c173 size_t lenfile = strlen(ent->d_name); local
177 if (lenfile == 0 ||
178 ent->d_name[lenfile - 1] == '~' ||
179 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
183 if ((path = whine_malloc(lendir + lenfile + 2)))
H A Doption.c4253 size_t lenfile = strlen(ent->d_name); local
4258 if (lenfile == 0 ||
4259 ent->d_name[lenfile - 1] == '~' ||
4260 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
4287 if (!(path = whine_malloc(lendir + lenfile + 2)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dinotify.c173 size_t lenfile = strlen(ent->d_name); local
177 if (lenfile == 0 ||
178 ent->d_name[lenfile - 1] == '~' ||
179 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
183 if ((path = whine_malloc(lendir + lenfile + 2)))
H A Doption.c4253 size_t lenfile = strlen(ent->d_name); local
4258 if (lenfile == 0 ||
4259 ent->d_name[lenfile - 1] == '~' ||
4260 (ent->d_name[0] == '#' && ent->d_name[lenfile - 1] == '#') ||
4287 if (!(path = whine_malloc(lendir + lenfile + 2)))

Completed in 138 milliseconds