Searched refs:lpath (Results 1 – 5 of 5) sorted by relevance
/openbsd/libexec/mail.local/ |
H A D | locking.c | 46 static char lpath[PATH_MAX]; variable 52 if (lpath[0]) in rellock() 53 unlink(lpath); in rellock() 63 (void)snprintf(lpath, sizeof lpath, "%s/%s.lock", in getlock() 75 if ((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL, in getlock() 79 mwarn("%s: %s", lpath, strerror(errno)); in getlock()
|
/openbsd/libexec/ld.so/ |
H A D | library_subr.c | 326 char *lpath, *lname; in _dl_load_shlib() local 327 lpath = _dl_strdup(libname); in _dl_load_shlib() 328 if (lpath == NULL) in _dl_load_shlib() 330 lname = _dl_strrchr(lpath, '/'); in _dl_load_shlib() 332 _dl_free(lpath); in _dl_load_shlib() 339 _dl_free(lpath); in _dl_load_shlib() 347 paths[0] = lpath; in _dl_load_shlib() 362 _dl_free(lpath); in _dl_load_shlib()
|
/openbsd/gnu/usr.bin/perl/lib/ExtUtils/ |
H A D | Embed.pm | 225 my $lpath = File::Spec->catdir($Config{archlibexp}, 'CORE'); 226 $lpath = qq["$lpath"] if $^O eq 'MSWin32'; 228 MM->ext(join ' ', "-L$lpath", $libperl, @potential_libs);
|
/openbsd/usr.bin/file/ |
H A D | file.c | 324 char lpath[PATH_MAX]; in read_link() local 329 size = readlink(path, lpath, sizeof lpath - 1); in read_link() 334 lpath[size] = '\0'; in read_link() 336 if (*lpath == '/') in read_link() 337 strlcpy(msg->link_path, lpath, sizeof msg->link_path); in read_link() 344 strlcpy(msg->link_path, lpath, sizeof msg->link_path); in read_link() 347 "%s/%s", root, lpath); in read_link()
|
/openbsd/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
H A D | AutoSplit.pm | 425 my($lpath) = catfile($modnamedir, "$lname.al"); 429 if (!$Is83 and open($out, ">$lpath")){ 430 $path=$lpath; 431 print " writing $lpath\n" if ($Verbose>=2);
|