Lines Matching defs:contents
4 * The contents of this file are subject to the terms of the
706 * update database with actual contents of /dev
1216 * link contents. Secondary link contents can have two formats:
2010 * associated with a db update does not change the contents
3193 * returns 1 if contents is a minor node in /devices.
3195 * if contents is a /dev node, mn_root = contents
3197 * if contents is a /devices node, mn_root set to the '/'
3201 is_minor_node(const char *contents, const char **mn_root)
3207 if ((ptr = strstr(contents, prefix)) != NULL) {
3218 if (strncmp(contents, prefix, strlen(prefix)) == 0) {
3222 *mn_root = contents + strlen(prefix) - 1;
3228 *mn_root = contents;