Searched refs:fd (Results 1 – 3 of 3) sorted by relevance
/extra/scripts/ |
A D | unifdef.h | 53 int fd = mkstemp(tmp); in mktempmode() local 54 if (fd < 0) return (NULL); in mktempmode() 55 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode() 56 return (fdopen(fd, "wb")); in mktempmode()
|
/extra/config/ |
A D | confdata.c | 840 int res, i, fd; in conf_split_config() local 915 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config() 916 if (fd == -1) { in conf_split_config() 935 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config() 936 if (fd == -1) { in conf_split_config() 941 close(fd); in conf_split_config()
|
/extra/Configs/ |
A D | Config.in | 935 login_tty(): prepares for a login on the tty fd by creating a 936 new session, making fd the controlling terminal for 937 the calling process, setting fd to be the standard 939 process, and closing fd.
|
Completed in 8 milliseconds