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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dcheck_header_gzip.c19 } formatted; member in union:__anon19710
25 if (header.formatted.method != 8) {
27 header.formatted.method);
30 if (header.formatted.flags & 0x04) {
43 if (header.formatted.flags & 0x08) {
49 if (header.formatted.flags & 0x10) {
55 if (header.formatted.flags & 0x02) {
H A Dget_header_ar.c24 } formatted; member in union:__anon19718
49 if (ar.formatted.magic[0] != '`' || ar.formatted.magic[1] != '\n')
55 typed->mode = err = bb_strtou(ar.formatted.mode, NULL, 8);
57 typed->mtime = err = bb_strtou(ar.formatted.date, NULL, 10);
59 typed->uid = err = bb_strtou(ar.formatted.uid, NULL, 10);
61 typed->gid = err = bb_strtou(ar.formatted.gid, NULL, 10);
63 typed->size = err = bb_strtou(ar.formatted.size, NULL, 10);
67 if (ar.formatted.name[0] == '/') {
71 if (ar.formatted
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dunzip.c48 } formatted ATTRIBUTE_PACKED;
72 if (zip_header->formatted.method == 0) {
74 off_t size = zip_header->formatted.ucmpsize;
80 /* err = */ inflate_unzip(&res, zip_header->formatted.cmpsize, src_fd, dst_fd);
83 if (zip_header->formatted.crc32 != (res.crc ^ 0xffffffffL)) {
88 if (zip_header->formatted.ucmpsize != res.bytes_out) {
226 zip_header.formatted.version = SWAP_LE32(zip_header.formatted.version);
227 zip_header.formatted.flags = SWAP_LE32(zip_header.formatted
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_io.l10 CSCioInfoPrint - formatted write to stdout
11 CSCioWarnPrint - formatted write to stdout
12 CSCioErrorPrint - formatted write to stderr
H A Dcsc_hash.l20 CSChashDump - write a formatted dump of a libcsc hash table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest
H A Dutil.S632 | d1: data size and dest register number formatted as:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtokenizr.tex31 is helpful for parsing strictly formatted data where the number of fields is
H A Dhtparser.tex83 substring of input. It is not formatted or preprocessed (so white spaces are
H A Dtimespan.tex133 Returns the string containing the formatted representation of the time span.
H A Ddatetime.tex1170 Parses the string {\it date} looking for a date formatted according to the RFC
1182 which is not RFC 822 compliant. If you need to parse date formatted in more
H A Dwxstring.tex189 Both formatted versions (\helpref{Printf}{wxstringprintf}) and stream-like
192 formatted value to a string:
H A Ddb.tex1656 things that can be formatted
1730 wxDbColFor *pColFor; // How should this column be formatted
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1164 Glossaries are formatted according to the following scheme.
1286 Hypertext links (using \verb$\helpref$ and other commands) will be formatted as
1811 Causes the argument to be formatted in a plain, roman font.
1816 Causes the argument to be formatted in a plain, roman font.
3219 \subsection{Paragraphs preceding lists are formatted weirdly.}
3281 used for importing and exporting formatted documents, and as the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex222 The values coded/decoded by a floor are both compactly formatted and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex163 A syntax error on the command line: an unknown keyword, incorrectly formatted

Completed in 256 milliseconds