/reactos/modules/rostests/winetests/winetest/ |
H A D | util.c | 50 static char *vstrfmtmake (size_t *lenp, const char *fmt, va_list ap) in vstrfmtmake() argument 70 if (lenp) *lenp = n; in vstrfmtmake() 74 char *vstrmake (size_t *lenp, va_list ap) in vstrmake() argument 79 return vstrfmtmake (lenp, fmt, ap); in vstrmake() 82 char *strmake (size_t *lenp, ...) in strmake() argument 87 va_start (ap, lenp); in strmake() 88 p = vstrmake (lenp, ap); in strmake()
|
H A D | winetest.h | 35 char *vstrmake (size_t *lenp, va_list ap); 36 char *strmake (size_t *lenp, ...);
|
/reactos/sdk/tools/hhpcomp/lzx_compress/ |
H A D | lz_nonslide.c | 167 int *lentab, *lenp; in lz_analyze_block() local 196 lentab = lenp = lzi->lentab; in lz_analyze_block() 210 *lenp = 1; in lz_analyze_block() 215 lenp++; in lz_analyze_block() 232 if (*lenp == maxlen) { in lz_analyze_block() 242 (*lenp)++; in lz_analyze_block() 258 lenp--; in lz_analyze_block() 293 int *lentab, *lenp; in lz_compress() local 336 lentab = lenp = lzi->lentab + lzi->block_loc; in lz_compress() 346 len = *lenp; in lz_compress() [all …]
|
/reactos/sdk/tools/widl/ |
H A D | utils.c | 172 size_t widl_getline(char **linep, size_t *lenp, FILE *fp) in widl_getline() argument 175 size_t len = *lenp; in widl_getline() 197 *lenp = len; in widl_getline()
|
H A D | utils.h | 47 size_t widl_getline(char **linep, size_t *lenp, FILE *fp);
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | multi.c | 63 unsigned char *parse_xa __PR((unsigned char *pnt, int *lenp, 67 LOCAL BOOL find_rr __PR((struct iso_directory_record *idr, Uchar **pntp, int *lenp)); 169 parse_xa(pnt, lenp, dpnt) in parse_xa() argument 171 int *lenp; 175 int len = *lenp; 188 *lenp = len; 208 *lenp = 0; 225 find_rr(idr, pntp, lenp) in find_rr() argument 228 int *lenp; 259 *lenp = len;
|
H A D | mkisofs.h | 568 extern unsigned char *parse_xa __PR((unsigned char *pnt, int *lenp,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlregexp.c | 4229 int lenn, lenp, ret; in xmlRegExecPushString2() local 5916 int lenn, lenp; in xmlAutomataNewTransition2() local 5928 str[lenp] = '|'; in xmlAutomataNewTransition2() 5930 str[lenn + lenp + 1] = 0; in xmlAutomataNewTransition2() 5978 int lenn, lenp; in xmlAutomataNewNegTrans() local 5990 str[lenp] = '|'; in xmlAutomataNewNegTrans() 5992 str[lenn + lenp + 1] = 0; in xmlAutomataNewNegTrans() 6048 int lenn, lenp; in xmlAutomataNewCountTrans2() local 6060 str[lenp] = '|'; in xmlAutomataNewCountTrans2() 6203 int lenn, lenp; in xmlAutomataNewOnceTrans2() local [all …]
|
H A D | tree.c | 222 int lenn, lenp; in xmlBuildQName() local 229 lenp = strlen((char *) prefix); in xmlBuildQName() 231 if ((memory == NULL) || (len < lenn + lenp + 2)) { in xmlBuildQName() 232 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName() 240 memcpy(&ret[0], prefix, lenp); in xmlBuildQName() 241 ret[lenp] = ':'; in xmlBuildQName() 242 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName() 243 ret[lenn + lenp + 1] = 0; in xmlBuildQName()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | lcp.c | 220 static void lcp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI to pkt */ 224 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree); /* Rcv peer CI */ 834 static void lcp_addci(fsm *f, u_char *ucp, int *lenp) { in lcp_addci() argument 932 if (ucp - start_ucp != *lenp) { in lcp_addci() 1824 static int lcp_reqci(fsm *f, u_char *inp, int *lenp, int reject_if_disagree) { in lcp_reqci() argument 1839 int l = *lenp; /* Length left */ in lcp_reqci() 2269 *lenp = next - inp; in lcp_reqci() 2275 *lenp = nakoutp - (u_char*)nakp->payload; in lcp_reqci() 2276 MEMCPY(inp, nakp->payload, *lenp); in lcp_reqci() 2279 *lenp = rejp - inp; in lcp_reqci()
|
H A D | ccp.c | 768 static void ccp_addci(fsm *f, u_char *p, int *lenp) { in ccp_addci() argument 828 *lenp = p - p0; in ccp_addci() 1105 static int ccp_reqci(fsm *f, u_char *p, int *lenp, int dont_nak) { in ccp_reqci() argument 1123 len = *lenp; in ccp_reqci() 1371 if (ret == CONFREJ && *lenp == retp - p0) in ccp_reqci() 1374 *lenp = retp - p0; in ccp_reqci()
|
H A D | ipv6cp.c | 181 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */ 549 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp) { 552 int len = *lenp; 586 *lenp -= len;
|
H A D | ipcp.c | 115 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */ 806 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp) { in ipcp_addci() argument 809 int len = *lenp; in ipcp_addci() 909 *lenp -= len; in ipcp_addci()
|