Searched refs:path1 (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | unp_connect_thread_uaf.c | 89 char path1[256]; in test_unp_connect_multithread() local 93 strncpy(path1, path, 255); in test_unp_connect_multithread() 94 strcat(path1, "/1"); in test_unp_connect_multithread() 103 server_thread1(path1); in test_unp_connect_multithread() 118 if (pthread_create(&runner1, 0, (void*)try_to_connect, path1)) { in test_unp_connect_multithread()
|
| /xnu-12377.41.6/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-12377.41.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6411 return symlinkat_internal(vfs_context_current(), uap->path1, uap->fd, in symlinkat() 11445 UIO_USERSPACE, uap->path1, ctx); in exchangedata()
|