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

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhistory.c56 static const char hist_cookie[] = "_HiStOrY_V2_\n"; variable
747 if (strncmp(line, hist_cookie, sz) != 0)
806 if (fputs(hist_cookie, fp) == EOF)
/macosx-10.9.5/libedit-39/src/
H A Dhistory.c56 static const char hist_cookie[] = "_HiStOrY_V2_\n"; variable
794 if (strncmp(line, hist_cookie, sz) != 0)
849 if (fputs(hist_cookie, fp) == EOF)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dhistory.c47 static const char hist_cookie[] = "_HiStOrY_V2_\n"; variable
653 if (strncmp(line, hist_cookie, sz) != 0)
709 if (fputs(hist_cookie, fp) == EOF)

Completed in 125 milliseconds