Searched refs:lastp (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Ddirname.c53 const char *lastp; local
65 lastp = path + strlen(path) - 1;
66 while (lastp != path && *lastp == '/')
67 lastp--;
71 if (*lastp == '/') {
73 while (lastp != path && *lastp == '/')
74 lastp--;
77 len = (lastp
[all...]
/freebsd-9.3-release/bin/sh/
H A Dexpand.h44 struct strlist **lastp; member in struct:arglist
H A Dexpand.c185 exparg.lastp = &exparg.list;
191 *exparg.lastp = NULL;
192 exparg.lastp = &exparg.list;
199 *exparg.lastp = sp;
200 exparg.lastp = &sp->next;
210 *exparg.lastp = NULL;
212 *arglist->lastp = exparg.list;
213 arglist->lastp = exparg.lastp;
1042 *arglist->lastp
[all...]
H A Deval.c342 arglist.lastp = &arglist.list;
349 *arglist.lastp = NULL;
382 arglist.lastp = &arglist.list;
490 fn.lastp = &fn.list;
768 arglist.lastp = &arglist.list;
769 varlist.lastp = &varlist.list;
784 *arglist.lastp = NULL;
785 *varlist.lastp = NULL;
/freebsd-9.3-release/contrib/gperf/src/
H A Dkeyword-list.cc51 Keyword_List **lastp = &result; local
55 *lastp = new_cons;
56 lastp = &new_cons->rest();
59 *lastp = NULL;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-attrs.c228 obj_attribute_list **lastp; local
244 lastp = &elf_other_obj_attributes (abfd)[vendor];
245 for (p = *lastp; p; p = p->next)
249 lastp = &p->next;
251 list->next = *lastp;
252 *lastp = list;
326 obj_attribute_list **lastp; local
336 lastp = &elf_other_obj_attributes (abfd)[vendor];
337 for (p = *lastp; p; p = p->next)
345 lastp
[all...]
/freebsd-9.3-release/lib/libc/locale/
H A Drune.c58 void *lastp; local
99 lastp = fdata + sb.st_size;
122 if (variable > lastp) {
130 if (variable > lastp) {
138 if (variable > lastp) {
156 if (variable > lastp) {
179 if ((char *)variable + frl->variable_len > (char *)lastp) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetnetpath.c205 struct netpath_chain *chainp, *lastp; local
216 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c567 buf_read_file (f, size, retp, lastp)
571 struct buffer_data **lastp;
576 *lastp = NULL;
593 (*lastp)->next = data;
595 *lastp = data;
621 (*lastp)->next = free_buffer_data;
636 buf_read_file_to_eof (f, retp, lastp)
639 struct buffer_data **lastp;
644 *lastp = NULL;
661 (*lastp)
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1071 char *addrp, *offp, *sizep, *evp, *lastp, *p; local
1196 evp = strtok_r(optarg, ",", &lastp);
1210 evp = strtok_r(NULL, ",", &lastp);
/freebsd-9.3-release/sys/dev/md/
H A Dmd.c797 vm_pindex_t i, lastp; local
814 * next (ie, first) page. lastp is the last page on
820 lastp = (bp->bio_offset + bp->bio_length - 1) / PAGE_SIZE;
826 for (i = bp->bio_offset / PAGE_SIZE; i <= lastp; i++) {
827 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c1330 u32 lastp; /* SCRIPTS address at end of data */ member in struct:sym_ccbh
4787 cp->phys.head.lastp = cpu_to_scr(startp);
5497 if (cp->phys.head.lastp == cp->phys.head.goalp)
5504 if (cp->startp == cp->phys.head.lastp ||
5505 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
7279 if (cp->phys.head.lastp != cp->phys.head.goalp)
7677 u32 lastp, goalp; local
7693 lastp = goalp - 8 - (cp->segments * (2*4));
7698 lastp = goalp - 8 - (cp->segments * (2*4));
7702 lastp
[all...]
H A Dsym_fw1.h655 HADDR_1 (ccb_head.lastp),
H A Dsym_fw2.h631 offsetof (struct sym_ccb, phys.head.lastp),
/freebsd-9.3-release/sys/kern/
H A Dkern_linker.c748 * linker_if.h exposure elsewhere. Note: firstp and lastp are really void **.
754 void *firstp, void *lastp, int *countp)
758 return (LINKER_LOOKUP_SET(file, name, firstp, lastp, countp));
753 linker_file_lookup_set(linker_file_t file, const char *name, void *firstp, void *lastp, int *countp) argument
/freebsd-9.3-release/sys/pci/
H A Dncr.c714 u_int32_t lastp; member in struct:head
1932 NADDR (header.lastp),
4059 cp->phys.header.lastp = cp->phys.header.savep;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.c6228 xfs_bmbt_rec_t *lastp; /* pointer to previous extent */ local
6297 lastp = NULL;
6322 if (lastp) {
6324 (void *)lastp, (void *)ep);
6328 lastp = ep;

Completed in 147 milliseconds