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

  /src/libexec/mail.local/
mail.local.c 201 char biffmsg[100], buf[8*1024], path[MAXPATHLEN], lpath[MAXPATHLEN]; local in function:deliver
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/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 in function:dcngettext
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));

Completed in 13 milliseconds