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

  /src/external/gpl2/xcvs/dist/src/
client.c 715 * we manage the storage for); SHORT_PATHNAME is the pathname of the
718 * SHORT_PATHNAME. When we call FUNC, the curent directory points to
719 * the directory portion of SHORT_PATHNAME. */
733 short_pathname: ccvs/src/ChangeLog
735 char *short_pathname;
789 short_pathname = xmalloc (strlen (pathname) + strlen (filename) + 5);
790 strcpy (short_pathname, pathname);
791 strcat (short_pathname, filename);
796 * For security reasons, if SHORT_PATHNAME is absolute or attempts to
802 if (!is_valid_client_path (short_pathname))
734 char *short_pathname; local
    [all...]

Completed in 29 milliseconds