Searched refs:sptr (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgetservent_r.c42 struct servent *sptr, SERV_R_ARGS) {
47 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
50 *answerp = sptr;
57 return (copy_servent(se, sptr, SERV_R_COPY));
63 struct servent *sptr, SERV_R_ARGS) {
68 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
71 *answerp = sptr;
78 return (copy_servent(se, sptr, SERV_R_COPY));
89 getservent_r(struct servent *sptr, SERV_R_ARGS) { argument
94 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COP
41 getservbyname_r(const char *name, const char *proto, struct servent *sptr, SERV_R_ARGS) argument
62 getservbyport_r(int port, const char *proto, struct servent *sptr, SERV_R_ARGS) argument
142 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) argument
193 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) argument
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A D_doprnt.c51 *sptr = '\0'; /* NULL terminate sptr. */ \
53 strcat(sptr, buf); \
54 while (*sptr) sptr++; \
69 *sptr++ = *ptr++; /* Copy the type specifier. */ \
70 *sptr = '\0'; /* NULL terminate sptr. */ \
97 char * sptr = specifier; local
100 *sptr
[all...]
/haiku-fatelf/src/bin/network/telnetd/
H A Dslc.c94 if (slctab[i].sptr) {
95 *(slctab[i].sptr) = slctab[i].defset.val;
117 spcset(i, &slctab[i].defset.val, &slctab[i].sptr);
327 if (slctab[(int)func].sptr) {
332 *(slctab[(int)func].sptr) = val;
405 else if (slctab[i].sptr)
406 oldeofc = *(slctab[i].sptr);
409 if (slctab[i].sptr &&
410 (*(slctab[i].sptr) != slctab[i].current.val)) {
411 slctab[i].current.val = *(slctab[i].sptr);
[all...]
H A Dtelnetd.c1189 *pfrontp++ = slctab[SLC_IP].sptr ?
1190 (unsigned char)*slctab[SLC_IP].sptr : '\177';
1207 *pfrontp++ = slctab[SLC_ABORT].sptr ?
1208 (unsigned char)*slctab[SLC_ABORT].sptr : '\034';
1220 *pfrontp++ = slctab[SLC_SUSP].sptr ?
1221 (unsigned char)*slctab[SLC_SUSP].sptr : '\032';
1234 if (slctab[SLC_AYT].sptr && *slctab[SLC_AYT].sptr != _POSIX_VDISABLE) {
1254 *pfrontp++ = slctab[SLC_EOF].sptr ?
1255 (unsigned char)*slctab[SLC_EOF].sptr
[all...]
H A Ddefs.h167 cc_t *sptr; /* a pointer to the char in */ member in struct:__anon4452
H A Dstate.c201 if (slctab[SLC_AO].sptr &&
202 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
204 (unsigned char)*slctab[SLC_AO].sptr;
229 ch = *slctab[SLC_EC].sptr;
231 ch = *slctab[SLC_EL].sptr;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-tir.c1920 PARAMS ((bfd *abfd, vms_section *sptr, bfd_vma vaddr, int index));
1925 sto_imm (abfd, sptr, vaddr, index)
1927 vms_section *sptr;
1936 _bfd_vms_debug (8, "sto_imm %d bytes\n", sptr->size);
1937 _bfd_hexdump (9, sptr->contents, (int) sptr->size, (int) vaddr);
1940 ssize = sptr->size;
1941 cptr = sptr->contents;
2014 vms_section *sptr;
2074 sptr
2011 vms_section *sptr; local
[all...]
H A Dvms-misc.c593 vms_section *sptr, *newptr;
595 sptr = PRIV (vms_section_table)[section->index];
596 if (sptr != NULL)
597 return sptr;
624 vms_section *sptr;
633 sptr = add_new_contents (abfd, section);
634 if (sptr == NULL)
636 memcpy (sptr->contents + offset, data, (size_t) count);
588 vms_section *sptr, *newptr; local
619 vms_section *sptr; local
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngvcrd.c940 png_bytep sptr; local
949 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
957 png_memcpy(dp, sptr, pixel_bytes);
958 sptr += incr1;
1187 png_bytep sptr, dp; local
1194 sptr = row + (width - 1) * pixel_bytes;
1208 mov esi, sptr
1243 mov esi, sptr
1277 mov esi, sptr
1305 sptr
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Detherdrv.c347 unsigned short *sptr = (unsigned short *)(response + RESP_DBUG); local
351 ports[DBUG_INDEX] = htons(*sptr);
352 sptr++;
353 ports[APPL_INDEX] = htons(*sptr);
/haiku-fatelf/src/kits/network/libbind/
H A Dport_before.h181 #define SERV_R_OK sptr
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dchvalid.c170 const xmlChSRange *sptr; local
179 sptr = rptr->shortRange;
182 if ((unsigned short) val < sptr[mid].low) {
185 if ((unsigned short) val > sptr[mid].high) {
H A Dxmlunicode.c948 xmlUnicodeRange *sptr; local
954 sptr = tptr->table;
957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0)
958 return (sptr[mid].func);
/haiku-fatelf/src/bin/bc/lib/
H A Dnumber.c1659 char *str, *sptr; local
1672 sptr = str;
1673 if (signch) *sptr++ = '-';
1678 *sptr++ = BCD_CHAR(*nptr++);
1683 *sptr++ = '.';
1685 *sptr++ = BCD_CHAR(*nptr++);
1689 *sptr = '\0';

Completed in 262 milliseconds