Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h131 extern int check_space_within_quote(char *);
H A Dupdate_drv.c137 if (check_space_within_quote(aliases) == ERROR) { in main()
H A Dadd_drv.c152 if (check_space_within_quote(aliases) == ERROR) { in main()
H A Ddrvsubr.c2156 check_space_within_quote(char *str) in check_space_within_quote() function