Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c162 char *next_str; in fs_parse_opts_for_sec_modes() local
163 next_str = strptr; in fs_parse_opts_for_sec_modes()
165 while (next_str != NULL) { in fs_parse_opts_for_sec_modes()
166 next_str = strstr(strptr, "sec="); in fs_parse_opts_for_sec_modes()
167 if (next_str != NULL) { in fs_parse_opts_for_sec_modes()
169 *(next_str - 1) = '\0'; in fs_parse_opts_for_sec_modes()
171 strptr = next_str; in fs_parse_opts_for_sec_modes()
172 next_str = strstr(strptr + 4, "sec="); in fs_parse_opts_for_sec_modes()
173 if (next_str != NULL) { in fs_parse_opts_for_sec_modes()
174 *(next_str - 1) = '\0'; in fs_parse_opts_for_sec_modes()
[all …]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c424 size_t next_str; in compress() local
439 next_str = 0; in compress()
447 pos = next_str; in compress()
451 if (next_str >= str_size) { in compress()
460 strings[next_str++] = c; in compress()
463 if (next_str >= str_size) { in compress()
472 strings[next_str++] = '\0'; in compress()
486 next_str = pos; in compress()
514 if (next_str != o_size) { in compress()
518 *size = next_str; in compress()
[all …]