HomeSort by: relevance | last modified time | path
    Searched defs:lpath (Results 1 - 13 of 13) sorted by relevancy

  /src/libexec/mail.local/
mail.local.c 201 char biffmsg[100], buf[8*1024], path[MAXPATHLEN], lpath[MAXPATHLEN]; local
220 (void)snprintf(lpath, sizeof lpath, "%s/%s.lock",
223 if((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL,
225 logwarn("%s: can't create: %s", lpath, strerror(errno));
305 unlink(lpath);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 227 const char *lpath = getenv ("LIBRARY_PATH"); local
240 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 581 char *lpath = getenv ("LIBRARY_PATH"); local
592 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/lib/libintl/
gettext.c 304 lookup_mofile(char *buf, size_t len, const char *dir, const char *lpath,
316 strlcpy(lpath_tmp, lpath, sizeof(lpath_tmp));
954 const char *lpath; local
970 lpath = get_lang_env(cname);
971 if (!lpath)
999 ocname && strcmp(cname, ocname) == 0 && strcmp(lpath, olpath) == 0 &&
1004 if (lookup_mofile(path, sizeof(path), db->path, lpath, cname,
1020 strlcpy(olpath, lpath, sizeof(olpath));
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 821 char *lpath = getenv ("LIBRARY_PATH"); local
839 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 1131 char *lpath = getenv ("LIBRARY_PATH"); local
1167 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/binutils/dist/bfd/
archive.c 1440 char * lpath;
1450 lpath = lrealpath (path);
1451 pathp = lpath == NULL ? path : lpath;
1534 free (lpath);
1435 char * lpath; local
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 1429 char * lpath;
1439 lpath = lrealpath (path);
1440 pathp = lpath == NULL ? path : lpath;
1523 free (lpath);
1424 char * lpath; local
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 1270 char *lpath = getenv ("LIBRARY_PATH"); local
1325 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gdb/dist/bfd/
archive.c 1431 char * lpath;
1441 lpath = lrealpath (path);
1442 pathp = lpath == NULL ? path : lpath;
1525 free (lpath);
1426 char * lpath; local
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 1438 char * lpath;
1448 lpath = lrealpath (path);
1449 pathp = lpath == NULL ? path : lpath;
1532 free (lpath);
1433 char * lpath; local
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.cc 2740 char *lpath = dbe_strdup (_lpath); local
2741 for (char *s = lpath; s;)
2753 free (lpath);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.cc 2740 char *lpath = dbe_strdup (_lpath); local
2741 for (char *s = lpath; s;)
2753 free (lpath);

Completed in 97 milliseconds