Searched refs:pcdir (Results 1 – 3 of 3) sorted by relevance
230 struct cdir *pcdir; in unzip_archive() local233 pcdir = (struct cdir *)&data[pos]; in unzip_archive()234 pfhdr = (struct fhdr *)&data[pcdir->ofs_local_header + in unzip_archive()237 if (pcdir->tag != 0x02014b50) in unzip_archive()243 pos += pcdir->fname_length + pcdir->extra_length + in unzip_archive()244 pcdir->comment_length; in unzip_archive()246 pcomp = &data[pcdir->ofs_local_header in unzip_archive()305 pcdir->uncomp_size, in unzip_archive()306 pcdir->last_mod_file_date, in unzip_archive()307 pcdir->last_mod_file_time, notify); in unzip_archive()[all …]
20 pcdir=$sysroot/usr/lib/$arch/pkgconfig21 mkdir -p $pcdir23 cat >$pcdir/$pc <<EOF
1746 dnl CURL_EXPORT_PCDIR ($pcdir)1748 dnl if $pcdir is not empty, set PKG_CONFIG_LIBDIR to $pcdir and export1761 dnl CURL_CHECK_PKGCONFIG ($module, [$pcdir])1769 dnl Optionally PKG_CONFIG_LIBDIR may be given as $pcdir.