Searched refs:idlen (Results 1 – 1 of 1) sorted by relevance
267 static char *get_var(const char *id, size_t idlen, struct interface_defn_t *ifd) in get_var() argument271 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()