Searched refs:siz (Results 26 - 50 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.h96 char *Path(char *const dst, const size_t siz, const char *const parent, const char *const fname);
97 char *OurDirectoryPath(char *const dst, const size_t siz, const char *const fname);
106 char *OurInstallationPath(char *const dst, const size_t siz, const char *const fname);
H A Dutil.c189 MyInetAddr(char *dst, size_t siz, void *src, int i) argument
193 (void) Strncpy(dst, "???", siz);
196 InetNtoA(dst, ia, siz);
292 Path(char *const dst, const size_t siz, const char *const parent, const char *const fname) argument
294 (void) Strncpy(dst, parent, siz);
295 (void) Strncat(dst, LOCAL_PATH_DELIM_STR, siz);
296 return (Strncat(dst, fname, siz));
303 OurDirectoryPath(char *const dst, const size_t siz, const char *const fname) argument
305 return (Path(dst, siz, gOurDirectoryPath, fname));
311 OurInstallationPath(char *const dst, const size_t siz, cons argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dlglob.c18 ExpandTilde(char *pattern, size_t siz) argument
54 (void) Strncpy(pattern, firstent, siz);
56 (void) Strncat(pattern, LOCAL_PATH_DELIM_STR, siz);
57 (void) Strncat(pattern, rest, siz);
H A Dutil.h16 # define PTRZERO(p,siz) (void) memset(p, 0, (size_t) (siz))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriendListCtrl.h38 CFriendListCtrl(wxWindow* parent, int id, const wxPoint& pos, wxSize siz, int flags);
H A DChatSelector.h67 CChatSelector(wxWindow* parent, wxWindowID id, const wxPoint& pos, wxSize siz, long style);
H A DDirectoryTreeCtrl.h41 CDirectoryTreeCtrl(wxWindow* parent, int id, const wxPoint& pos, wxSize siz, int flags);
H A DFriendListCtrl.cpp57 CFriendListCtrl::CFriendListCtrl(wxWindow* parent, int id, const wxPoint& pos, wxSize siz, int flags) argument
58 : CMuleListCtrl(parent, id, pos, siz, flags)
60 InsertColumn(0, _("Username"), wxLIST_FORMAT_LEFT, siz.GetWidth() - 4);
H A DChatSelector.cpp100 CChatSelector::CChatSelector(wxWindow* parent, wxWindowID id, const wxPoint& pos, wxSize siz, long style) argument
101 : CMuleNotebook(parent, id, pos, siz, style)
H A DDirectoryTreeCtrl.cpp62 CDirectoryTreeCtrl::CDirectoryTreeCtrl(wxWindow* parent, int id, const wxPoint& pos, wxSize siz, int flags) argument
63 : wxTreeCtrl(parent,id,pos,siz,flags,wxDefaultValidator,wxT("ShareTree"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Datari.c24 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz))
77 be32_to_cpu(pi->siz));
103 be32_to_cpu(xrs->part[0].siz));
138 be32_to_cpu(pi->siz));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c428 GetOurHostName(char *const host, const size_t siz) argument
434 (void) Strncpy(host, HOSTNAME, siz);
448 memset(host, 0, siz);
449 result = gethostname(host, (gethostname_size_t) siz);
468 (void) Strncpy(host, (char *) hp.h_name, siz);
480 (void) Strncpy(host, *curAlias, siz);
493 (void) Strncpy(host, (char *) hp.h_name, siz);
502 (void) Strncpy(host, *curAlias, siz);
594 dlim = host + siz - 1;
606 memset(host, 0, siz);
[all...]
H A DStrAddr.c183 InetNtoA(char *dst, struct in_addr *ia, size_t siz) argument
190 memset(dst, 0, siz);
191 (void) inet_ntop(AF_INET, ia, dst, siz - 1);
194 memset(dst, 0, siz);
197 (void) strncpy(dst, cp, siz - 1);
H A Dsio.h188 int GetOurHostName(char *const host, const size_t siz);
282 void InetNtoA(char *dst, struct in_addr *ia, size_t siz);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dutil.c189 Path(char *const dst, const size_t siz, const char *const parent, const char *const fname) argument
191 (void) Strncpy(dst, parent, siz);
192 (void) Strncat(dst, LOCAL_PATH_DELIM_STR, siz);
193 return (Strncat(dst, fname, siz));
200 OurDirectoryPath(char *const dst, const size_t siz, const char *const fname) argument
202 return (Path(dst, siz, gOurDirectoryPath, fname));
208 OurInstallationPath(char *const dst, const size_t siz, const char *const fname) argument
210 return (Path(dst, siz, gOurInstallationPath, fname));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrypt.c276 localz->siz += RAND_HEAD_LEN;
277 z->siz = localz->siz;
287 for (n = z->siz - RAND_HEAD_LEN; n; n--) {
315 tempzn += (4 + LOCHEAD) + localz->nam + localz->ext + localz->siz;
397 z->siz -= RAND_HEAD_LEN;
398 localz->siz = z->siz;
407 for (size = z->siz; size; size--) {
429 tempzn += (4 + LOCHEAD) + localz->nam + localz->ext + localz->siz;
[all...]
H A Dzipfile.c992 /* updates the len, siz and off members of zlist with the corresponding values of */
993 /* the zip64 extra field, that is if either the len, siz or off member of zlist is */
1021 if (pZipListEntry->siz == ZIP_UWORD32_MAX)
1023 pZipListEntry->siz = LLG(pTemp);
1069 if (pZipListEntry->siz == ZIP_UWORD32_MAX)
1071 pZipListEntry->siz = LLG(pTemp);
1105 if (pZipListEntry->siz > ZIP_UWORD32_MAX) {
1211 if (pZipListEntry->siz > ZIP_UWORD32_MAX) {
1212 write_int64_to_mem(pZipListEntry->siz, pExtraFieldPtr + esize);
1405 write_int64_to_mem(pZEntry->siz, pZ64Extr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c1007 size_t siz, i; local
1014 siz = ep - bp;
1018 if (siz == sizeof(*dp) + 4) {
1063 if (siz != sizeof(*ni6))
1073 if (siz == sizeof(*ni6)) {
1085 if (siz != sizeof(*ni6) + sizeof(struct in6_addr)) {
1113 if (siz != sizeof(*ni6) + sizeof(struct in_addr)) {
1131 if (icmp6len > siz) {
1151 if (siz != sizeof(*ni6))
1158 if (siz !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Ddmactl-regs.h93 u32 siz; member in struct:mn10300_dmactl_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Ddload_internal.h304 extern u32 dload_checksum(void *data, unsigned siz);
307 extern uint32_t dload_reverse_checksum(void *data, unsigned siz);
309 extern uint32_t dload_reverse_checksum16(void *data, unsigned siz);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c190 static unsigned findline(char *buf, unsigned siz) argument
196 if (siz > BIGSIZ)
198 x = siz;
208 Debug("findline returning whole thing: %d", siz);
209 return siz;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.c290 z->siz += RAND_HEAD_LEN;
303 for (n = z->siz - RAND_HEAD_LEN; n; n--) {
317 tempzn += (4 + LOCHEAD) + z->nam + z->ext + z->siz;
389 z->siz -= RAND_HEAD_LEN;
393 for (size = z->siz; size; size--) {
407 tempzn += (4 + LOCHEAD) + z->nam + z->ext + z->siz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_tones.c238 u32 *siz[10]; member in struct:pattern
412 start = count % (*(pat->siz[index]));
416 if (num+start > (*(pat->siz[index])))
417 num = (*(pat->siz[index])) - start;
479 dsp_tone_hw_message(dsp, pat->data[index], *(pat->siz[index]));
540 dsp_tone_hw_message(dsp, pat->data[0], *(pat->siz[0]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_file.c578 snd_pcm_uframes_t siz = size; local
582 snd_pcm_mmap_begin(file->gen.slave, &areas, &ofs, &siz);
583 assert(ofs == offset && siz == size);
584 result = snd_pcm_mmap_commit(file->gen.slave, ofs, siz);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbad_inode.c31 size_t siz, loff_t *ppos)
30 bad_file_write(struct file *filp, const char __user *buf, size_t siz, loff_t *ppos) argument

Completed in 301 milliseconds

1234