Searched refs:strptr (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c310 char **strptr = NULL; local
814 strptr = ARG (char **); \
815 if (strptr == NULL) \
819 *strptr = (char *) malloc (strsize * sizeof (Type)); \
820 Str = (Type *) *strptr; \
853 && str + MB_CUR_MAX >= *strptr + strsize)
857 size_t strleng = str - *strptr;
860 newstr = (char *) realloc (*strptr, strsize * 2);
865 newstr = (char *) realloc (*strptr,
872 ((char *) (*strptr))[strlen
[all...]
/haiku-fatelf/src/bin/unzip/
H A Dapi.c181 if (retstr->strptr != NULL) {
182 free(retstr->strptr);
183 retstr->strptr = NULL;
276 free(retstr->strptr);
277 retstr->strptr = NULL;
357 retstr->strptr = (char *)G.redirect_buffer;
473 if (iscntrl(retstr.strptr[i])) {
474 if ((retstr.strptr[i] != 0x0A) &&
475 (retstr.strptr[i] != 0x0D) &&
476 (retstr.strptr[
[all...]
H A Dunzip.h366 char *strptr; /* pointer to string */ member in struct:_UzpBuffer
/haiku-fatelf/src/bin/coreutils/src/
H A Dpaste.c88 collapse_escapes (char const *strptr) argument
90 char *strout = xstrdup (strptr);
95 while (*strptr)
97 if (*strptr != '\\') /* Is it an escape character? */
98 *strout++ = *strptr++; /* No, just transfer it. */
101 switch (*++strptr)
140 *strout++ = *strptr;
143 strptr++;
/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive.c1209 char *strptr;
1264 strptr = *tabloc;
1283 strcpy (strptr, normal);
1285 strptr[thislen] = '\012';
1288 strptr[thislen] = '/';
1289 strptr[thislen + 1] = '\012';
1294 sprintf ((hdr->ar_name) + 1, "%-d", (unsigned) (strptr - *tabloc));
1303 strptr += thislen + 1;
1305 ++strptr;
1204 char *strptr; local
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c781 precsize_aton(const char **strptr) { argument
788 cp = *strptr;
814 *strptr = cp;

Completed in 104 milliseconds