Searched refs:get_path (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check.cpp | 145 get_path(void) const in get_path() function in __anon7e9de9140111::temp_file 717 const bool equals = compare_files(path, temp.get_path()); in run_output_check() 721 print_diff(temp.get_path(), path); in run_output_check() 725 cat_file(temp.get_path()); in run_output_check()
|
/freebsd/contrib/unbound/ |
H A D | acx_python.m4 | 84 print(sysconfig.get_path("include"));'` 120 print(sysconfig.get_path("platlib"));'`
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_python_devel.m4 | 228 print (sysconfig.get_path ('include'));"` 230 print (sysconfig.get_path ('platinclude'));"` 355 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix}) 384 sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase': prefix})
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_osx.c | 170 get_path(IOHIDDeviceRef dev) in get_path() function 230 (di->path = get_path(dev)) == NULL) { in copy_info()
|
H A D | hid_win.c | 207 get_path(HDEVINFO devinfo, SP_DEVICE_INTERFACE_DATA *ifdata) in get_path() function 307 if ((di->path = get_path(devinfo, ifdata)) == NULL) { in copy_info()
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs.spec.in | 101 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix})
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs.spec.in | 101 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix})
|