Searched refs:elpath (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libedit-39/src/
H A Del.c512 static const char elpath[] = "/.editrc"; local
513 size_t plen = sizeof(elpath);
523 (void)snprintf(path, plen, "%s%s", ptr, elpath);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Del.c433 static const char elpath[] = "/.editrc"; local
440 if (strlcat(path, elpath, sizeof(path)) >= sizeof(path))
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Del.c518 static const char elpath[] = "/.editrc"; local
528 if (strlcat(path, elpath, sizeof(path)) >= sizeof(path))

Completed in 145 milliseconds