| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| memory.c | 92 void *newp = realloc (ptr, size); local 93 if (!newp) 96 return newp;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| memory.c | 92 void *newp = realloc (ptr, size); local 93 if (!newp) 96 return newp;
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| fetch.c | 126 char *newp = ber_memrealloc( p, total + bytes + 1 ); local 127 if( newp == NULL ) { 132 p = newp; 140 char *newp = ber_memrealloc( p, 1 ); local 141 if( newp == NULL ) { 145 p = newp;
|
| /src/lib/libc/db/hash/ |
| page.h | 86 BUFHEAD *newp; member in struct:__anon317
|
| /src/games/hunt/huntd/ |
| execute.c | 195 PLAYER *newp; local 268 newp = play_at(y, x); 269 checkdam(newp, pp, pp->p_ident, STABDAM, KNIFE); 274 newp = play_at(y, x); 275 message(newp, "Oooh, there's a short guy waving at you!"); 286 for (newp = Boot; newp < &Boot[NBOOTS]; newp++) { 287 if (newp->p_flying < 0) 289 if (newp->p_y == y && newp->p_x == x) [all...] |
| draw.c | 317 PLAYER *newp; local 325 for (newp = Monitor; newp < End_monitor; newp++) 326 check(newp, y, x); 329 for (newp = Player; newp < End_player; newp++) { 330 if (!draw || newp == pp) { 331 check(newp, y, x) [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_sysctl.c | 206 void *newp, *oldp; local 213 newp = SCARG_P32(uap, newv); 239 sysctl_lock(newp != NULL); 245 newp, SCARG(uap, newlen),
|
| /src/usr.bin/crunch/crunchide/ |
| crunchide.c | 147 struct keep *newp, *prevp, *curp; local 159 newp = (struct keep *) malloc(sizeof(struct keep)); 160 if (newp) 161 newp->sym = strdup(symbol); 162 if (newp == NULL || newp->sym == NULL) { 167 newp->next = curp; 169 prevp->next = newp; 171 keep_list = newp;
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| pgpsum.c | 48 uint8_t *newp; local 55 for (newp = p ; doarmor == 'w' && newp > from ; --newp) { 56 if (*(newp - 1) != ' ' && *(newp - 1) != '\t') { 60 digest_update(hash, from, (size_t)(newp - from));
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| pgpsum.c | 64 uint8_t *newp; local 71 for (newp = p ; doarmor == 'w' && newp > from ; --newp) { 72 if (*(newp - 1) != ' ' && *(newp - 1) != '\t') { 76 dash_escaped_update(hash, from, (size_t)(newp - from));
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep-bsd.c | 205 void *newp; local 242 newp = newlen ? p : NULL; 260 err = sysctl(name, namelen, oldp, oldlenp, newp, newlen); 396 void *oldp, size_t *oldlenp, const void *newp, size_t newlen) 423 memcpy(p, newp, newlen);
|
| /src/lib/libform/ |
| field.c | 320 char *newp; local 330 if ((newp = realloc(field->alines->string, 333 field->alines->string = newp;
|
| /src/sys/dev/iscsi/ |
| iscsi_rcv.c | 300 uint8_t *newp; local 304 if ((newp = malloc(nlen + 2, M_TEMP, M_WAITOK)) == NULL) { 310 memcpy(newp, req_ccb->ccb_text_data, req_ccb->ccb_text_len); 311 memcpy(&newp[req_ccb->ccb_text_len], pdu->pdu_temp_data, pdu->pdu_temp_data_len); 317 pdu->pdu_temp_data = newp;
|
| /src/sys/dev/acpi/ |
| acpi_pci_link.c | 1187 void *newp; local 1232 if ((newp = ACPI_ALLOCATE(buf->Length * 2)) == NULL) 1234 memcpy(newp, buf->Pointer, buf->Length); 1235 rp = (ACPI_RESOURCE *)((u_int8_t *)newp + 1238 buf->Pointer = newp;
|
| /src/sys/kern/ |
| kern_veriexec.c | 148 if (newp != NULL) 179 if (error || newp == NULL) 274 char *newp; local 279 newp = kmem_zalloc(new_max, KM_SLEEP); 280 strlcpy(newp, veriexec_fp_names, new_max); 282 veriexec_fp_names = newp;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCAsmStreamer.cpp | 457 size_t newp = std::min(len, c.find_first_of("\r\n", p)); local 460 ExplicitCommentToEmit.append(c.slice(p, newp).str()); 462 if (newp < len) 464 p = newp + 1;
|
| /src/external/gpl2/gmake/dist/glob/ |
| glob.c | 551 char *newp; 576 newp = (char *) __alloca (dirlen + 1); 578 *((char *) mempcpy (newp, pattern, dirlen)) = '\0'; 580 memcpy (newp, pattern, dirlen); 581 newp[dirlen] = '\0'; 583 dirname = newp; 702 char *newp; 704 newp = (char *) __alloca (home_len + dirlen); 706 mempcpy (mempcpy (newp, home_dir, home_len), 709 memcpy (newp, home_dir, home_len) 550 char *newp; local 701 char *newp; local 725 char *newp; local 774 char *newp; local [all...] |
| /src/external/gpl2/grep/dist/intl/ |
| dcigettext.c | 306 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ 309 if (newp != NULL) { \ 310 newp->address = (addr); \ 311 newp->next = (list); \ 312 (list) = newp; \ 627 struct known_translation_t *newp; variable in typeref:struct:known_translation_t 629 newp = (struct known_translation_t *) 632 if (newp != NULL) 634 newp->domainname 649 free (newp); variable [all...] |
| plural.c | 101 struct expression *newp; local 109 newp = (struct expression *) malloc (sizeof (*newp)); 110 if (newp != NULL) 112 newp->nargs = nargs; 113 newp->operation = op; 115 newp->val.args[i] = args[i]; 116 return newp;
|
| /src/external/gpl2/texinfo/dist/intl/ |
| dcigettext.c | 338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ 341 if (newp != NULL) { \ 342 newp->address = (addr); \ 343 newp->next = (list); \ 344 (list) = newp; \ 648 struct known_translation_t *newp; local 650 newp = (struct known_translation_t *) 653 if (newp != NULL) 655 newp->domainname [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| glob.c | 460 char *newp; 480 newp = __alloca (dirlen + 1); 481 *((char *) mempcpy (newp, pattern, dirlen)) = '\0'; 482 dirname = newp; 604 char *newp; 606 newp = __alloca (home_len + dirlen); 607 mempcpy (mempcpy (newp, home_dir, home_len), 609 dirname = newp; 623 char *newp; 624 newp = __alloca (end_name - dirname) 459 char *newp; local 603 char *newp; local 622 char *newp; local 672 char *newp; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| m32c-asm.c | 583 const char *newp = *strp; 587 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit); 591 if (*newp != ',') 594 ++newp; 596 if (strncmp (newp, "0x0", 3) == 0 597 || (newp[0] == '0' && newp[1] != 'x')) 600 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base); 618 if (strncmp (newp, "[sb]", 4) != 0) 625 *strp = newp; 582 const char *newp = *strp; local 636 const char *newp = *strp; local 734 const char *newp = *strp; local 794 const char *newp = *strp; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| m32c-asm.c | 583 const char *newp = *strp; 587 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit); 591 if (*newp != ',') 594 ++newp; 596 if (strncmp (newp, "0x0", 3) == 0 597 || (newp[0] == '0' && newp[1] != 'x')) 600 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base); 618 if (strncmp (newp, "[sb]", 4) != 0) 625 *strp = newp; 582 const char *newp = *strp; local 636 const char *newp = *strp; local 734 const char *newp = *strp; local 794 const char *newp = *strp; local [all...] |
| /src/external/gpl3/gcc.old/dist/intl/ |
| dcigettext.c | 338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ 341 if (newp != NULL) { \ 342 newp->address = (addr); \ 343 newp->next = (list); \ 344 (list) = newp; \ 653 struct known_translation_t *newp; local 655 newp = (struct known_translation_t *) 658 if (newp != NULL) 660 newp->domainname [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| m32c-asm.c | 583 const char *newp = *strp; 587 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit); 591 if (*newp != ',') 594 ++newp; 596 if (strncmp (newp, "0x0", 3) == 0 597 || (newp[0] == '0' && newp[1] != 'x')) 600 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base); 618 if (strncmp (newp, "[sb]", 4) != 0) 625 *strp = newp; 582 const char *newp = *strp; local 636 const char *newp = *strp; local 734 const char *newp = *strp; local 794 const char *newp = *strp; local [all...] |