Searched refs:lpath (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/libexec/mail.local/ |
| D | locking.c | 46 static char lpath[MAXPATHLEN]; variable 52 if (lpath[0]) in rellock() 53 unlink(lpath); in rellock() 64 (void)snprintf(lpath, sizeof lpath, "%s/%s.lock", in getlock() 76 if (lstat(lpath, &sb) != -1) in getlock() 84 if (readlink(lpath, buf, sizeof buf-1) != -1) { in getlock() 85 if (lstat(lpath, &sb) != -1 && in getlock() 88 unlink(lpath); in getlock() 93 if ((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL|O_EXLOCK, in getlock() 98 merr(NOTFATAL, "%s: %s", lpath, in getlock() [all …]
|
| /mirbsd/src/libexec/ld.so/ldconfig/ |
| D | library.c | 59 char *lpath, *lname; in load_lib() local 61 lpath = strdup(name); in load_lib() 62 lname = strrchr(lpath, '/'); in load_lib() 64 free(lpath); in load_lib() 76 ignore_hints, lpath); in load_lib() 88 free(lpath); in load_lib()
|
| /mirbsd/src/libexec/ld.so/ |
| D | library_subr.c | 291 char *lpath, *lname; in _dl_load_shlib() local 292 lpath = _dl_strdup(libname); in _dl_load_shlib() 293 lname = _dl_strrchr(lpath, '/'); in _dl_load_shlib() 295 _dl_free(lpath); in _dl_load_shlib() 302 _dl_free(lpath); in _dl_load_shlib() 312 ignore_hints, lpath); in _dl_load_shlib() 324 _dl_free(lpath); in _dl_load_shlib()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Embed.pm | 235 my $lpath = File::Spec->catdir($Config{archlibexp}, 'CORE'); 236 $lpath = qq["$lpath"] if $^O eq 'MSWin32'; 238 MM->ext(join ' ', "-L$lpath", $libperl, @potential_libs);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | AutoSplit.pm | 333 my($lpath) = catfile($modnamedir, "$lname.al"); 337 if (!$Is83 and open($out, ">$lpath")){ 338 $path=$lpath; 339 print " writing $lpath\n" if ($Verbose>=2);
|
| /mirbsd/src/bin/mksh/ |
| D | exec.c | 1211 search_path(const char *name, const char *lpath, in search_path() argument 1236 sp = lpath; in search_path()
|
| D | edit.c | 763 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() argument 765 const char *sp = lpath, *p; in glob_path()
|
| /mirbsd/src/lib/libssl/src/ |
| D | Configure | 1058 my ($lresolv, $lpath, $lext); 1094 foreach $lpath ("/lib", "/usr/lib") 1098 $lresolv = "$lpath/libresolv.$lext";
|