/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 155 'futimesat', 223 'futimesat', 296 'futimesat', 369 'futimesat', 484 'futimesat', 563 'futimesat', 633 'futimesat', 703 'futimesat', 773 'futimesat', 848 'futimesat', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 370 {'call': 'futimesat', 504 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 594 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 709 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 829 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 913 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 982 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1052 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1122 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1209 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | utimes.c | 254 if (futimesat(fd, NULL, tv) == -1) in runtest() 267 if (futimesat(rfd, path, tv) == -1) in runtest() 278 if (futimesat(rfd, lpath, tv) == -1) in runtest() 292 if (futimesat(dfd, "file", tv) == -1) in runtest() 303 if (futimesat(dfd, "link", tv) == -1) in runtest() 316 if (futimesat(AT_FDCWD, "file", tv) == -1) in runtest() 327 if (futimesat(AT_FDCWD, "link", tv) == -1) in runtest()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | utimesys.c | 108 #pragma weak _futimesat = futimesat 110 futimesat(int fd, const char *path, const struct timeval *times) in futimesat() function 138 return (futimesat(fd, NULL, times)); in futimes()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 24 'futimesat', 131 'futimesat', 209 'futimesat', 405 'futimesat', 475 'futimesat', 545 'futimesat', 700 'futimesat', 896 'futimesat', 1101 'futimesat', 1176 'futimesat', [all …]
|
H A D | implicit_dependencies.pretty | 196 'futimesat', 264 'futimesat', 416 'futimesat', 611 'futimesat', 815 'futimesat', 889 'futimesat', 985 'futimesat', 1112 'futimesat', 1239 'futimesat', 1330 'futimesat', [all …]
|
H A D | implicit_dependencies_verbose | 46 {'call': 'futimesat', 'reason': set([('fd', 'file')])}, 164 {'call': 'futimesat', 'reason': set([('fd', 'file')])}, 313 {'call': 'futimesat', 'reason': set([('fd', 'file')])}, 679 {'call': 'futimesat', 813 {'call': 'futimesat', 'reason': set([('fd', 'file')])}, 928 {'call': 'futimesat', 1372 {'call': 'futimesat', 1680 {'call': 'futimesat', 1972 {'call': 'futimesat', 2136 {'call': 'futimesat', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 445 {'call': 'futimesat', 583 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 922 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1152 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1373 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1463 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1590 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1761 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1891 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, 1991 {'call': 'futimesat', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 205 futimesat.2 \ 411 futimesat.2 := LINKSRC = utimes.2
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_time_h.cfg | 34 func | futimesat |\
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 396 int futimesat(int, const char *, const struct timeval *);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | time.h | 484 int futimesat(int, const char *, const struct timeval [2]);
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 327 futimesat
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 90 link path=usr/share/man/man2/futimesat.2 target=utimes.2
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 111 static int futimesat(); 6638 if (futimesat(dirfd, path, timebuf) < 0) in setPathTimes() 8531 (void) futimesat(cwd, (pattr == NULL) ? dirp : pattr, times); in retry_open_attr() 8568 futimesat(int fd, char *path, struct timeval times[2]) in futimesat() function
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 333 285:AUE_FUTIMESAT:futimesat(2):no
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 1344 (void) futimesat(fd, ".", times); in set_xattr()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 4036 (void) futimesat(cwd, (pattr == NULL) ? fullname : pattr, times); in retry_open_attr() 6766 if (futimesat(dirfd, nam_p, times) < 0) { in set_tym() 9730 futimesat(int fd, char *path, struct timeval times[2]) in futimesat() function
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1413 futimesat;
|