Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c100 strsep_ws(char **strp) in strsep_ws() function
528 while ((arg = strsep_ws(&str)) != NULL) { in split_options()