Lines Matching defs:targ_name
73 static char *scan_raw_ln(char *targ_name, char *link_name);
327 * targ_name = hlink/path/file1
336 * NOTE : The buffer we get with targ_name is going to be used later
341 scan_raw_ln(char *targ_name, char *link_name)
345 char *this_dir; /* current directory in targ_name */
346 char *next_dir; /* next directory in targ_name */
347 char *targ_ptr; /* current character in targ_name */
349 const_ptr = targ_name; /* Point to here 'til we know it's different. */
355 if (RELATIVE(targ_name) &&
362 targ_ptr = targ_name;
365 * At this point targ_name is a relative path through at
368 this_dir = targ_ptr; /* first directory in targ_name */