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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c58 char *cur_alias, *match_alias, *module; local
64 match_alias = strdup(argv[argc - 1]);
85 free(match_alias);
114 if (!fnmatch(cur_alias, match_alias, 0)) {
127 free(match_alias);

Completed in 66 milliseconds