Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.c1086 static char **handle_long_options(char *arg, char **next) in handle_long_options() function
1129 case '-': return handle_long_options(arg + 1, next); in handle_switch()