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

  /src/usr.bin/find/
function.c 603 if (plan->ep_p + l < plan->ep_ebp) {
605 strcpy(plan->ep_p, entry->fts_path);
606 plan->ep_p += l + 1;
617 if ((plan->ep_p + l < plan->ep_ebp)) {
619 = strcpy(plan->ep_p, entry->fts_path);
620 plan->ep_p += l + 1;
691 plan->ep_p = plan->ep_bbp;
692 *plan->ep_p = '\0';
795 new->ep_p = new->ep_bbp = emalloc(bufsize + 1);
find.h 116 #define ep_p p_un.ex._ep_p macro

Completed in 13 milliseconds