Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1278 trim_quotes(const char *quoted_str) in trim_quotes() argument
1284 if (quoted_str == NULL) in trim_quotes()
1288 if (quoted_str[0] == '"') in trim_quotes()
1289 str = strdup(quoted_str + 1); in trim_quotes()
1291 str = strdup(quoted_str); in trim_quotes()