Searched refs:lastp (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/lib/libc/locale/ |
| D | rune.c | 86 readrange(_RuneLocale *rl, _RuneRange *rr, uint32_t nranges, void *lastp, in readrange() argument 103 if ((void *)re >= lastp) in readrange() 217 void *lastp; in _Read_RuneMagi() local 261 lastp = hostdata + hostdatalen; in _Read_RuneMagi() 276 if (readrange(rl, &rl->rl_runetype_ext, runetype_nranges, lastp, fp) || in _Read_RuneMagi() 277 readrange(rl, &rl->rl_maplower_ext, maplower_nranges, lastp, fp) || in _Read_RuneMagi() 278 readrange(rl, &rl->rl_mapupper_ext, mapupper_nranges, lastp, fp)) in _Read_RuneMagi() 285 (uint8_t *)lastp) in _Read_RuneMagi()
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | l10nflist.c | 178 struct loaded_l10nfile **lastp; in _nl_make_l10nflist() local 271 lastp = l10nfile_list; in _nl_make_l10nflist() 286 lastp = &retval->next; in _nl_make_l10nflist() 317 retval->next = *lastp; in _nl_make_l10nflist() 318 *lastp = retval; in _nl_make_l10nflist()
|
| /openbsd/src/gnu/gcc/intl/ |
| D | l10nflist.c | 206 struct loaded_l10nfile **lastp; local 299 lastp = l10nfile_list; 314 lastp = &retval->next; 345 retval->next = *lastp; 346 *lastp = retval;
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | buffer.c | 525 buf_read_file (f, size, retp, lastp) in buf_read_file() argument 529 struct buffer_data **lastp; 534 *lastp = NULL; 551 (*lastp)->next = data; 553 *lastp = data; 579 (*lastp)->next = free_buffer_data; 594 buf_read_file_to_eof (f, retp, lastp) in buf_read_file_to_eof() argument 597 struct buffer_data **lastp; 602 *lastp = NULL; 619 (*lastp)->next = data; [all …]
|
| /openbsd/src/distrib/special/more/ |
| D | more.c | 855 static int lastcmd, lastarg, lastp; variable 884 lastp = colonch = 0; in command() 886 lastp++; in command() 1024 lastp++; in command() 1032 if (lastp) { in command()
|
| /openbsd/src/bin/ksh/ |
| D | exec.c | 413 char **lastp; in comexec() local 425 if (!Flag(FSH) && Flag(FTALKING) && *(lastp = ap)) { in comexec() 426 while (*++lastp) in comexec() 429 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf32-arm.c | 4664 aeabi_attribute_list **lastp; in elf32_arm_new_eabi_attr() local 4680 lastp = &elf32_arm_tdata (abfd)->other_eabi_attributes; in elf32_arm_new_eabi_attr() 4681 for (p = *lastp; p; p = p->next) in elf32_arm_new_eabi_attr() 4685 lastp = &p->next; in elf32_arm_new_eabi_attr() 4687 list->next = *lastp; in elf32_arm_new_eabi_attr() 4688 *lastp = list; in elf32_arm_new_eabi_attr() 4756 aeabi_attribute_list **lastp; in elf32_arm_add_eabi_attr_compat() local 4766 lastp = &elf32_arm_tdata (abfd)->other_eabi_attributes; in elf32_arm_add_eabi_attr_compat() 4767 for (p = *lastp; p; p = p->next) in elf32_arm_add_eabi_attr_compat() 4775 lastp = &p->next; in elf32_arm_add_eabi_attr_compat() [all …]
|
| /openbsd/src/sys/dev/usb/ |
| D | uhci.c | 1523 struct uhci_soft_td *p, *lastp; in uhci_alloc_std_chain() local 1556 lastp = NULL; in uhci_alloc_std_chain() 1567 uhci_free_std_chain(sc, lastp, NULL); in uhci_alloc_std_chain() 1570 p->link.std = lastp; in uhci_alloc_std_chain() 1572 lastp = p; in uhci_alloc_std_chain() 1589 *sp = lastp; in uhci_alloc_std_chain()
|