Searched refs:path1 (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/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-10063.101.15/bsd/nfs/ |
| H A D | nfs_subs.c | 1635 nfsrv_export_compare(char *path1, char *path2) in nfsrv_export_compare() argument 1639 if (strncmp(path1, path2, MAXPATHLEN) == 0) { in nfsrv_export_compare() 1643 mp1 = nfsrv_getvfs_by_mntonname(path1); in nfsrv_export_compare()
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5959 return symlinkat_internal(vfs_context_current(), uap->path1, uap->fd, in symlinkat() 10783 UIO_USERSPACE, uap->path1, ctx); in exchangedata()
|