Lines Matching refs:start
98 * Permissions set name must start with the letter '@' followed by the
138 const char *start, *end;
164 start = path;
168 end = start;
181 for (const char *loc = start; loc != end; loc++) {
204 if (start == end) {
225 start = end + 1;
256 const char *start, *end;
273 start = &path[1];
275 end = start;
279 if (end - start >= ZFS_MAX_DATASET_NAME_LEN) {
284 start = end + 1;