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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c123 static int strncmpz(const char *l, const char *r, size_t llen) function
136 if (strncmpz(id, "iface", idlen) == 0) {
146 if (strncmpz(id, "label", idlen) == 0) {
150 if (strncmpz(id, ifd->option[i].name, idlen) == 0) {

Completed in 52 milliseconds