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

/freebsd-10-stable/bin/pax/
H A Dpat_rep.c787 * concatenate dir_name and or_name and store the result in or_name (if
794 fix_path( char *or_name, int *or_len, char *dir_name, int dir_len) argument
802 * we shift the or_name to the right enough to tack in the dir_name
804 * we start. since dest always ends in a slash, we skip of or_name
807 start = or_name;
814 if ((len = dest - or_name) > PAXPATHLEN) {
833 *(or_name + len) = '\0';

Completed in 101 milliseconds