Home
last modified time | relevance | path

Searched refs:id (Results 1 – 8 of 8) sorted by relevance

/libtiff-4.0.7/
H A Dtiff.spec36 id "${TIFF_NAME} Tools, Version ${TIFF_VNUM}"
40 id "${TIFF_NAME} Software"
43 id "${TIFF_NAME} Tools & Library DSO"
47 id "${TIFF_NAME} Developement Software"
53 id "${TIFF_NAME} Documentation"
56 id "${TIFF_NAME} Tools Manual Pages"
60 id "${TIFF_NAME} Library Manual Pages"
64 id "${TIFF_NAME} HTML Materials"
H A DChangeLog51 Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2577
57 Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2576
140 (http://bugzilla.maptools.org/show_bug.cgi?id=2517)
1030 http://bugzilla.maptools.org/show_bug.cgi?id=2235
1035 http://bugzilla.maptools.org/show_bug.cgi?id=2445
1041 http://bugzilla.maptools.org/show_bug.cgi?id=2443
1316 http://bugzilla.maptools.org/show_bug.cgi?id=2427
1349 http://bugzilla.maptools.org/show_bug.cgi?id=2419
3254 http://bugs.gentoo.org/show_bug.cgi?id=142383
3273 http://bugs.gentoo.org/show_bug.cgi?id=142383
[all …]
H A Daclocal.m4550 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1098 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1101 am_uid=`id -u || echo unknown`
1102 am_gid=`id -g || echo unknown`
H A Dconfigure.ac87 # See http://bugzilla.remotesensing.org/show_bug.cgi?id=838 for details.
H A Dconfigure3538 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
/libtiff-4.0.7/libtiff/
H A Dtif_lzma.c457 sp->filters[0].id = LZMA_FILTER_DELTA; in TIFFInitLZMA()
461 sp->filters[1].id = LZMA_FILTER_LZMA2; in TIFFInitLZMA()
464 sp->filters[2].id = LZMA_VLI_UNKNOWN; in TIFFInitLZMA()
/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c31 id; member
249 if (tags[i].id == recnum) in formatIPTC()
/libtiff-4.0.7/contrib/ras/
H A Dtif2ras.c2 static char id[] = "$Id: tif2ras.c,v 1.3 2010-06-08 18:55:15 bfriesen Exp $"; variable