-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREMINDERS
More file actions
71 lines (68 loc) · 1.08 KB
/
Copy pathREMINDERS
File metadata and controls
71 lines (68 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Completed Items
- The file unistd.h.
access() // See QFileInfo.
alarm()
chdir()
chown()
close()
crypt() // See QCryptographicHash.
dup()
dup2()
encrypt() // Deprecated!
errno // See error_number().
faccessat()
fchdir()
fchown()
fchownat()
fdatasync()
fpathconf()
fsync()
ftruncate()
get_current_dir_name() // See QDir.
getcwd() // See QDir.
getegid()
geteuid()
getgroups()
gethostid()
gethostname()
getlogin_r()
getopt() // See QCommandLineParser.
getuid()
getwd() // See QDir.
isatty()
lchown()
link()
linkat()
lockf()
lseek() // See QIODevice.
pathconf()
pause()
pread() // See QIODevice.
pwrite() // See QIODevice.
read() // See QIODevice.
rmdir() // See QDir.
setegid()
seteuid()
setgid()
setregid()
setreuid()
setuid()
swab()
sync()
syncfs()
sysconf()
truncate() // See QFile::resize().
unlink()
unlinkat()
write() // See QIODevice.
Remaining Items
- The file unistd.h.
faccessat2()
pipe()
pipe2()
readlink()
readlinkat()
symlink()
symlinkat()
ttyname()
ttyname_r()