Searched refs:pz_dir_end (Results 1 – 2 of 2) sorted by relevance
764 char *pz_dir_end = strrchr (pz_fixed_file, '/'); local773 if (pz_dir_end == (char *) NULL)776 *pz_dir_end = '\0';791 pz_dir_end = pz_incl_quot;800 while (*pz_dir_end != '"')801 putc (*pz_dir_end++, stdout);
726 char *pz_dir_end = strrchr (pz_fixed_file, '/'); in extract_quoted_files() local735 if (pz_dir_end == (char *) NULL) in extract_quoted_files()738 *pz_dir_end = '\0'; in extract_quoted_files()753 pz_dir_end = pz_incl_quot; in extract_quoted_files()762 while (*pz_dir_end != '"') in extract_quoted_files()763 putc (*pz_dir_end++, stdout); in extract_quoted_files()