Searched refs:bufPtr (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_string.c217 char* const bufPtr,
222 CSCstringOctal() always returns bufPtr.
225 If `bufPtr' is not NULL, then the integer value of `item', in octal, is
226 written to bufPtr with a preceding "0o" and is represented in 11 octets
249 char* const bufPtr,
257 ASSERT_RTN (bufPtr != NULL, "CSCstringOctal: NULL bufPtr", NULL);
259 if (bufPtr != NULL)
261 octalString = &bufPtr[13];
271 return (bufPtr);
248 CSCstringOctal( char* const bufPtr, int32 item ) argument
318 CSCstringBinary( char* const bufPtr, int32 item ) argument
[all...]
H A Dcsc_io.c635 char* const bufPtr,
641 returned. if `fd' is zero, `bufPtr' is NULL, or `size' is zero, then
645 CSCioRead() reads `size' bytes from `fd' into `bufPtr' by calling the
663 char* const bufPtr,
672 ASSERT_RTN (bufPtr != NULL, "CSCioRead: NULL bufPtr", -1);
676 if ((fd <= 0) || (bufPtr == NULL) || (size == 0)) return (-1);
681 count = read (fd, &bufPtr[ bytesRead ], readCount);
1040 char* bufPtr = NULL; local
1059 readCount = CSCioReadLine (fd, &bufPtr, memLis
661 CSCioRead( int fd, char* const bufPtr, size_t size ) argument
[all...]
H A Dcsc_hash.c349 char* bufPtr; local
356 for ( bufPtr = (char*) keyPtr, index = 1 ; (ch = *bufPtr++) ; index++ )
1989 void* bufPtr = NULL; local
2031 (void)CSCioBufRead (fd, &bufPtr, &bufSize, memList, 0);
2032 (void)CSChashEntryPut (*hashTablePtr, &key, bufPtr, bufSize);
2038 (void)CSCmemFree (memList, (void**)&bufPtr, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.h30 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr,
37 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
H A Dpvrusb2-std.c120 const char *bufPtr,
128 if (!memcmp(bufPtr,p->name,bufSize)) return p;
134 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, argument
148 while ((cnt < bufSize) && (bufPtr[cnt] != '-')) cnt++;
151 bufPtr,cnt);
154 bufPtr += cnt;
162 ch = bufPtr[cnt];
171 bufPtr,cnt);
177 bufPtr += cnt;
186 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigne argument
118 find_std_name(const struct std_name *arrPtr, unsigned int arrSize, const char *bufPtr, unsigned int bufSize) argument
[all...]
H A Dpvrusb2-hdw.c858 char *bufPtr,unsigned int bufSize,
861 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val);
866 const char *bufPtr,unsigned int bufSize,
871 ret = pvr2_std_str_to_id(&id,bufPtr,bufSize);
857 ctrl_std_val_to_sym(struct pvr2_ctrl *cptr,int msk,int val, char *bufPtr,unsigned int bufSize, unsigned int *len) argument
865 ctrl_std_sym_to_val(struct pvr2_ctrl *cptr, const char *bufPtr,unsigned int bufSize, int *mskp,int *valp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSReadline.c25 srl->bufPtr = srl->bufLim;
62 srl->bufPtr = srl->bufLim;
109 src = srl->bufPtr;
132 srl->bufPtr = src = srl->buf;
162 srl->bufPtr = src;
H A Dsio.h29 char *bufPtr; /* Pointer to current position in buffer. */ member in struct:SReadlineInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A DZipLib.h62 #define stat(path, bufPtr) Zmacstat(path, bufPtr)
63 #define lstat(path, bufPtr) Zmacstat(path, bufPtr)
H A DZipSx.h61 #define stat(path, bufPtr) Zmacstat(path, bufPtr)
62 #define lstat(path, bufPtr) Zmacstat(path, bufPtr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRLE.cpp225 uint8 * bufPtr = buf.get(); local
229 bufPtr[i] = (ui > 0xff) ? 0xff : (uint8) ui;
231 return Encode(bufPtr, size, outlen, changed);
246 uint8 * bufPtr = buf.get(); local
250 bufPtr[i + j * size] = u & 0xff;
254 return Encode(bufPtr, size * 8, outlen, changed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-i2c.c420 char *bufPtr = buf; local
428 retval = usbvision_i2c_write_max4(usbvision, addr, bufPtr, count);
431 bufPtr += count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-i2c.c103 char *bufPtr = buf; local
111 ret = em2800_i2c_send_max4(dev, addr, bufPtr, count);
114 bufPtr += count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h627 char* const bufPtr,
894 char* const bufPtr,
899 char* const bufPtr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp1148 int bufPtr = 0; variable
1152 buf1[0] = hexString[(size_t)bufPtr];
1153 buf1[1] = hexString[(size_t)(bufPtr + 1)];
1154 buf1[2] = hexString[(size_t)(bufPtr + 2)];
1155 buf1[3] = hexString[(size_t)(bufPtr + 3)];
1158 buf2[0] = hexString[(size_t)(bufPtr + 4)];
1159 buf2[1] = hexString[(size_t)(bufPtr + 5)];
1160 buf2[2] = hexString[(size_t)(bufPtr + 6)];
1161 buf2[3] = hexString[(size_t)(bufPtr + 7)];
1164 bufPtr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.c158 bdp->bufPtr = buf;
191 txbdp->bufPtr = 0;
211 rxbdp->bufPtr);
1706 dma_unmap_single(&priv->ofdev->dev, txbdp->bufPtr,
1712 dma_unmap_page(&priv->ofdev->dev, txbdp->bufPtr,
1733 rxbdp->bufPtr, priv->rx_buffer_size,
1739 rxbdp->bufPtr = 0;
2152 txbdp->bufPtr = bufaddr;
2184 txbdp_start->bufPtr = dma_map_single(&priv->ofdev->dev, skb->data,
2194 txbdp_tstamp->bufPtr
[all...]
H A Dgianfar.h538 u32 bufPtr; /* Buffer Pointer */ member in struct:txbd8
559 u32 bufPtr; /* Buffer Pointer */ member in struct:rxbd8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp1714 char buf[2], *bufPtr; local
1725 bufPtr = buf;
1728 m2w, ICONV_CHAR_CAST(&bufPtr), &insz,
1826 wchar_t *bufPtr = buf; local
1834 (char**)&bufPtr, &outbuf);
1857 bufPtr = tbuf;
1862 (char**)&bufPtr, &outbuf );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ded.c29 static char *bufBase, *bufPtr, *fileName; variable
748 bufPtr = bufBase;
777 bufPtr = NULL;
819 bufPtr = bufBase;
829 cp = memchr(bufPtr, '\n', bufUsed);
832 len = (cp - bufPtr) + 1;
834 if (!insertLine(num, bufPtr, len)) {
839 bufPtr += len;
848 if (bufPtr != bufBase) {
849 memcpy(bufBase, bufPtr, bufUse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dncftp.h243 char *bufPtr; /* Pointer to current position in buffer. */ member in struct:SReadlineInfo

Completed in 307 milliseconds