Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/locale/
H A Drune.c86 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/gnu/usr.bin/texinfo/intl/
H A Dl10nflist.c178 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/gnu/gcc/intl/
H A Dl10nflist.c206 struct loaded_l10nfile **lastp; local
299 lastp = l10nfile_list;
314 lastp = &retval->next;
345 retval->next = *lastp;
346 *lastp = retval;
/openbsd/gnu/usr.bin/cvs/src/
H A Dbuffer.c525 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;
597 struct buffer_data **lastp;
602 *lastp = NULL;
619 (*lastp)->next = data;
621 *lastp = data;
[all …]
/openbsd/distrib/special/more/
H A Dmore.c855 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/bin/ksh/
H A Dexec.c413 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/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c4664 aeabi_attribute_list **lastp; in elf32_arm_new_eabi_attr() local
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()
4777 list->next = *lastp; in elf32_arm_add_eabi_attr_compat()
[all …]
/openbsd/sys/dev/usb/
H A Duhci.c1523 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()