Lines Matching defs:contents
4 * The contents of this file are subject to the terms of the
275 char contents[PATH_MAX + 1];
285 linksize = readlink(devpath, contents, PATH_MAX);
290 contents[linksize] = '\0';
294 * if the link contents is not a minor node assume
295 * that link contents is really a pointer to another
296 * link, and if so recurse and read its link contents.
298 if (is_minor_node((const char *)contents, (const char **)&ptr) !=
300 if (strncmp(contents, slashdev, strlen(slashdev)) == 0) {
302 (void) strcpy(stage_link, contents);
313 (void) strcat(stage_link, contents);