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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 44 milliseconds