Searched refs:typed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_ar.c13 file_header_t *typed = archive_handle->file_header; local
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);
75 ar_long_name_size = typed->size;
87 archive_handle->offset += typed->size;
97 typed->name = xstrdup(ar_long_names + long_offset);
103 typed
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_inode.h46 #define VXFS_NTYPED 6 /* Num of typed extents */
134 struct vxfs_typed typed[VXFS_NTYPED]; member in union:vxfs_dinode::__anon16645
147 #define vdi_typed vdi_org.typed
178 #define vii_typed vdi_org.typed
H A Dvxfs_bmap.c114 * @size: size of the typed area to search
190 * vxfs_bmap_typed - bmap for typed extents
195 * Performs the bmap operation for typed extents.
208 struct vxfs_typed *typ = vip->vii_org.typed + i;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dctrlsub.tex26 stored by the control but not used in any way by it, or typed pointers
27 ({\tt wxClientData *}) which are owned by the control meaning that the typed
32 data of the same type (typed or untyped), if any. This type is determined by
59 Adds the item to the end of the list box, associating the given, typed or
149 It is an error to call this function for a control which doesn't have typed
241 Inserts the item into the list before pos, associating the given, typed or
295 it is an error to call this function if any typed client data pointers had been
309 Associates the given typed client data pointer with the given item: the
H A Dbitmapcombobox.tex144 Adds the item to the end of the combo box, associating the given, typed or
173 Inserts the item into the list before pos, associating the given, typed or
H A Dcaret.tex14 A caret is a blinking cursor showing the position where the typed text will
H A Drichtextoverview.tex260 style of content that is subsequently typed, pasted or programmatically inserted.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S37 | The result is not typed - the tag field is invalid. The

Completed in 53 milliseconds