OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026