Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c258 static int strncmpz(const char *l, const char *r, size_t llen) in strncmpz() function
271 if (strncmpz(id, "iface", idlen) == 0) { in get_var()
284 if (strncmpz(id, "label", idlen) == 0) { in get_var()
288 if (strncmpz(id, ifd->option[i].name, idlen) == 0) { in get_var()