Home
last modified time | relevance | path

Searched refs:lpath (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/libexec/mail.local/
Dlocking.c46 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/
Dlibrary.c59 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/
Dlibrary_subr.c291 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/
DEmbed.pm235 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/
DAutoSplit.pm333 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/
Dexec.c1211 search_path(const char *name, const char *lpath, in search_path() argument
1236 sp = lpath; in search_path()
Dedit.c763 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/
DConfigure1058 my ($lresolv, $lpath, $lext);
1094 foreach $lpath ("/lib", "/usr/lib")
1098 $lresolv = "$lpath/libresolv.$lext";