Searched refs:path1 (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/tests/ |
| H A D | unp_connect_thread_uaf.c | 87 char path1[256]; in test_unp_connect_multithread() local 91 strncpy(path1, path, 255); in test_unp_connect_multithread() 92 strcat(path1, "/1"); in test_unp_connect_multithread() 101 server_thread1(path1); in test_unp_connect_multithread() 116 if (pthread_create(&runner1, 0, (void*)try_to_connect, path1)) { in test_unp_connect_multithread()
|
| /xnu-11417.140.69/bsd/nfs/ |
| H A D | nfs_subs.c | 1636 nfsrv_export_compare(char *path1, char *path2) in nfsrv_export_compare() argument 1640 if (strncmp(path1, path2, MAXPATHLEN) == 0) { in nfsrv_export_compare() 1644 mp1 = nfsrv_getvfs_by_mntonname(path1); in nfsrv_export_compare()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6151 return symlinkat_internal(vfs_context_current(), uap->path1, uap->fd, in symlinkat() 11064 UIO_USERSPACE, uap->path1, ctx); in exchangedata()
|