Searched refs:getlocalbase (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libutil/ |
| H A D | getlocalbase.c | 79 getlocalbase(void) in getlocalbase() function
|
| H A D | Makefile | 13 ftime.c getlocalbase.c gr_util.c \ 43 MAN+= getlocalbase.3
|
| H A D | Symbol.map | 23 getlocalbase;
|
| H A D | libutil.h | 107 getlocalbase(void);
|
| /freebsd/lib/libutil/tests/ |
| H A D | getlocalbase_test.c | 79 ATF_REQUIRE_STREQ(getlocalbase(), tests[i].out); in ATF_TC_BODY()
|
| /freebsd/usr.sbin/mailwrapper/ |
| H A D | mailwrapper.c | 107 getlocalbase()); in main()
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | nvmecontrol.c | 211 snprintf(dir, MAXPATHLEN, "%s/lib/nvmecontrol", getlocalbase()); in main()
|
| /freebsd/usr.bin/calendar/ |
| H A D | io.c | 155 getlocalbase()) >= (int)sizeof (calendarhome)) in cal_fopen() 171 snprintf(path, sizeof(path), _PATH_INCLUDE_LOCAL, getlocalbase()); in cal_fopen()
|
| /freebsd/libexec/nuageinit/ |
| H A D | nuage.lua | 11 local function getlocalbase() function 494 local localbase = getlocalbase() 542 local localbase = getlocalbase()
|
| /freebsd/usr.sbin/pkg/ |
| H A D | config.c | 606 localbase = getlocalbase(); in config_init()
|
| H A D | pkg.c | 1101 snprintf(pkgpath, MAXPATHLEN, "%s/sbin/pkg", getlocalbase()); in main()
|