Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c1190 const char *feat_str = nth_string(cmd_feat_str, ii); in identify() local
1191 if ((jj & 0x8000) && (*feat_str != '\0')) { in identify()
1192 printf("\t%s\t%s\n", (kk & 0x8000) ? " *" : "", feat_str); in identify()