Searched refs:thisname (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/rsync-45/rsync/
H A Dflist.c506 char thisname[MAXPATHLEN]; local
539 strlcpy(thisname, lastname, l1 + 1);
540 read_sbuf(f, &thisname[l1], l2);
541 thisname[l1 + l2] = 0;
543 strlcpy(lastname, thisname, MAXPATHLEN);
545 clean_fname(thisname, 0);
548 sanitize_path(thisname, thisname, "", 0, NULL);
550 if ((basename = strrchr(thisname, '/')) != NULL) {
551 dirname_len = ++basename - thisname; /* count
749 char thisname[MAXPATHLEN]; local
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dpcre_compile.c1108 const uschar *thisname; local
1113 thisname = ptr;
1115 if (name != NULL && lorn == ptr - thisname &&
1116 strncmp((const char *)name, (const char *)thisname, lorn) == 0)

Completed in 137 milliseconds