Searched refs:getp (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.c69 return s->getp;
94 s->getp = pos;
107 s->getp += size;
115 memcpy (dst, s->data + s->getp, size);
116 s->getp += size;
125 c = s->data[s->getp];
126 s->getp++;
147 w = s->data[s->getp++] << 8;
148 w |= s->data[s->getp++];
171 l = s->data[s->getp
[all...]
H A Dstream.h37 unsigned long getp; member in struct:stream
56 #define STREAM_PNT(S) ((S)->data + (S)->getp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dttyio.h214 char *getp OF((__GPRO__ ZCONST char *m, char *p, int n));
H A Dttyio.c23 getp() ("PC," Unix/Atari/Be, VMS/VMCMS/MVS)
513 #if CRYPT /* getp() is only used with full encryption */
547 /* This is the getp() function for all systems (with TTY type user interface)
550 char *getp(__G__ m, p, n)
583 } /* end function getp() */
602 char *getp(__G__ m, p, n)
647 } /* end function getp() */
655 char *getp(__G__ m, p, n)
700 } /* end function getp() */
H A Dfunzip.c437 else if ((p = getp("Enter password: ", p, IZ_PWLEN+1)) == (char *)NULL)
H A Dfileio.c1603 m = getp(__G__ m, pwbuf, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dttyio.h216 char *getp OF((__GPRO__ ZCONST char *m, char *p, int n));
H A Dttyio.c25 getp() ("PC," Unix/Atari/Be, VMS/VMCMS/MVS)
510 #if CRYPT /* getp() is only used with full encryption */
544 /* This is the getp() function for all systems (with TTY type user interface)
547 char *getp(__G__ m, p, n)
580 } /* end function getp() */
599 char *getp(__G__ m, p, n)
644 } /* end function getp() */
652 char *getp(__G__ m, p, n)
697 } /* end function getp() */
H A Dzipcloak.c631 if (getp("Enter password: ", passwd, IZ_PWLEN+1) == NULL)
636 if (getp("Verify password: ", verify, IZ_PWLEN+1) == NULL)
H A Dzip.c1800 if (getp(prompt, pwbuf, size) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c30 getp()
1088 char *getp(__G__ m, p, n)
1128 } /* end function getp() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c34 char *getp(m, p, n) function
73 } /* end function getp() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c115 new->getp = s->getp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_packet.c217 new->getp = s->getp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c227 m_addr_t (*getp)(struct m_pool *); member in struct:m_pool
254 h[j].next = (m_link_s *)mp->getp(mp);
442 mp->getp = ___dma_getp;

Completed in 110 milliseconds