Searched refs:bufp (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c39 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
40 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
41 # define re_match(bufp, string, size, pos, regs) \
42 __re_match (bufp, string, size, pos, regs)
43 # define re_search(bufp, string, size, startpos, range, regs) \
44 __re_search (bufp, string, size, startpos, range, regs)
45 # define re_compile_pattern(pattern, length, bufp) \
46 __re_compile_pattern (pattern, length, bufp)
48 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
49 __re_search_2 (bufp, st
[all...]
H A Dregexec.c44 static int re_search_2_stub (struct re_pattern_buffer *bufp,
49 static int re_search_stub (struct re_pattern_buffer *bufp,
308 re_match (bufp, string, length, start, regs)
309 struct re_pattern_buffer *bufp;
314 return re_search_stub (bufp, string, length, start, 0, length, regs, 1);
321 re_search (bufp, string, length, start, range, regs)
322 struct re_pattern_buffer *bufp;
327 return re_search_stub (bufp, string, length, start, range, length, regs, 0);
334 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
335 struct re_pattern_buffer *bufp;
[all...]
H A Dregcomp.c24 static void re_compile_fastmap_iter (regex_t *bufp,
217 re_compile_pattern (pattern, length, bufp)
220 struct re_pattern_buffer *bufp;
227 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
230 bufp->newline_anchor = 1;
232 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
271 re_compile_fastmap (bufp)
272 struct re_pattern_buffer *bufp;
274 re_dfa_t *dfa = (re_dfa_t *) bufp->buffer;
275 char *fastmap = bufp
303 re_compile_fastmap_iter(regex_t *bufp, const re_dfastate_t *init_state, char *fastmap) argument
[all...]
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Ddevice.h13 loadfirmware(const char *name, u_char **bufp, size_t *buflen) argument
19 *bufp = fw->data;
/haiku/src/build/libgnuregex/
H A Dregex.c725 print_compiled_pattern (bufp)
726 struct re_pattern_buffer *bufp;
728 unsigned char *buffer = bufp->buffer;
730 print_partial_compiled_pattern (buffer, buffer + bufp->used);
731 printf ("%d bytes used/%d bytes allocated.\n", bufp->used, bufp->allocated);
733 if (bufp->fastmap_accurate && bufp->fastmap)
736 print_fastmap (bufp->fastmap);
739 printf ("re_nsub: %d\t", bufp
[all...]
/haiku/src/kits/mail/
H A Dmail_util.cpp377 rfc2047_to_utf8(char **bufp, size_t *bufLen, size_t strLen) argument
383 if (bufp == NULL || *bufp == NULL)
386 char *string = *bufp;
389 if (handle_non_rfc2047_encoding(bufp,bufLen,&strLen))
394 strLen = strlen(*bufp);
395 char lastChar = (*bufp)[strLen];
396 (*bufp)[strLen] = '\0';
507 char *temp = (char*)realloc(*bufp, 2*(*bufLen + 1));
514 *bufp
555 utf8_to_rfc2047(char **bufp, ssize_t length, uint32 charset, char encoding) argument
[all...]
/haiku/headers/private/mail/
H A Dmail_util.h53 ssize_t utf8_to_rfc2047(char **bufp, ssize_t length,uint32 charset, char encoding);
/haiku/src/bin/network/telnetd/
H A Dslc.c172 end_slc(unsigned char **bufp) argument
195 if (bufp) {
196 *bufp = &slcbuf[4];
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h553 * location pointed to by bufp. If the buffer contains memory
559 int (*read_buf) (const char *, struct fuse_bufvec **bufp,
835 struct fuse_bufvec **bufp, size_t size, off_t off,
/haiku/headers/private/audio/
H A Dsoundcard.h746 unsigned char *bufp=buf;\
752 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\
/haiku/src/bin/network/ping/
H A Dping6.c1855 void *bufp; local
1859 bufp = mhdr->msg_control;
1865 bufsize = CONTROLLEN - ((caddr_t)CMSG_DATA(cm) - (caddr_t)bufp);
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3682 unsigned short *bufp; local
3688 bufp = sc->an_flash_buffer;
3695 CSR_WRITE_2(sc, AN_AUX_DATA, bufp[nwords] & 0xffff);
3700 ((u_int32_t *)bufp)[nwords] & 0xffff);

Completed in 234 milliseconds