Home
last modified time | relevance | path

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

/coreutils/src/
Dmknod.c97 mode_t node_type; in main() local
216 node_type = S_IFBLK; in main()
225 node_type = S_IFCHR; in main()
254 defaultcon (set_security_context, argv[optind], node_type); in main()
256 if (mknod (argv[optind], newmode | node_type, device) != 0) in main()