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

  /src/external/gpl2/xcvs/dist/src/
rcs.c 108 static char *escape_keyword_value (const char *, int *);
3556 escape_keyword_value (const char *value, int *free_value) function
3767 path = escape_keyword_value (path, &free_path);
3792 value = escape_keyword_value (last_component (rcs->print_path),
3808 value = escape_keyword_value (rcs->print_path, &free_value);
rcs.c 108 static char *escape_keyword_value (const char *, int *);
3556 escape_keyword_value (const char *value, int *free_value) function
3767 path = escape_keyword_value (path, &free_path);
3792 value = escape_keyword_value (last_component (rcs->print_path),
3808 value = escape_keyword_value (rcs->print_path, &free_value);

Completed in 92 milliseconds