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

/freebsd-10.1-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-10.1-release/bin/sh/
H A Dexpand.h44 struct strlist **lastp; member in struct:arglist
H A Dexpand.c173 exparg.lastp = &exparg.list;
179 *exparg.lastp = NULL;
180 exparg.lastp = &exparg.list;
187 *exparg.lastp = sp;
188 exparg.lastp = &sp->next;
198 *exparg.lastp = NULL;
200 *arglist->lastp = exparg.list;
201 arglist->lastp = exparg.lastp;
1012 *arglist->lastp
[all...]
H A Deval.c357 arglist.lastp = &arglist.list;
362 *arglist.lastp = NULL;
398 arglist.lastp = &arglist.list;
534 fn.lastp = &fn.list;
852 arglist.lastp = &arglist.list;
853 varlist.lastp = &varlist.list;
868 *arglist.lastp = NULL;
869 *varlist.lastp = NULL;
/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/lib/libc/rpc/
H A Dgetnetpath.c204 struct netpath_chain *chainp, *lastp; local
215 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
/freebsd-10.1-release/contrib/apr/memory/unix/
H A Dapr_pools.c2255 cleanup_t *c, **lastp; local
2265 lastp = &p->cleanups;
2277 *lastp = c->next;
2284 lastp = &c->next;
2290 lastp = &p->pre_cleanups;
2302 *lastp = c->next;
2309 lastp = &c->next;
/freebsd-10.1-release/contrib/ipfilter/
H A Dradix_ipf.c58 /* lastp is not NULL. The bit count is performed using network byte order */
62 count_mask_bits(mask, lastp)
64 u_32_t **lastp;
75 if (lastp != NULL)
76 *lastp = mp;
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c58 /* lastp is not NULL. The bit count is performed using network byte order */
62 count_mask_bits(mask, lastp)
64 u_32_t **lastp;
75 if (lastp != NULL)
76 *lastp = mp;
/freebsd-10.1-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-10.1-release/sys/dev/md/
H A Dmd.c802 vm_pindex_t i, lastp; local
819 * next (ie, first) page. lastp is the last page on
825 lastp = (bp->bio_offset + bp->bio_length - 1) / PAGE_SIZE;
831 for (i = bp->bio_offset / PAGE_SIZE; i <= lastp; i++) {
832 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs;
/freebsd-10.1-release/sys/dev/sym/
H A Dsym_hipd.c1333 u32 lastp; /* SCRIPTS address at end of data */ member in struct:sym_ccbh
4790 cp->phys.head.lastp = cpu_to_scr(startp);
5500 if (cp->phys.head.lastp == cp->phys.head.goalp)
5507 if (cp->startp == cp->phys.head.lastp ||
5508 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
7282 if (cp->phys.head.lastp != cp->phys.head.goalp)
7680 u32 lastp, goalp; local
7696 lastp = goalp - 8 - (cp->segments * (2*4));
7701 lastp = goalp - 8 - (cp->segments * (2*4));
7705 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-10.1-release/sys/kern/
H A Dkern_linker.c740 * linker_if.h exposure elsewhere. Note: firstp and lastp are really void **.
746 void *firstp, void *lastp, int *countp)
750 return (LINKER_LOOKUP_SET(file, name, firstp, lastp, countp));
745 linker_file_lookup_set(linker_file_t file, const char *name, void *firstp, void *lastp, int *countp) argument
/freebsd-10.1-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;

Completed in 147 milliseconds