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

/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Ddirname.c48 char *lastp; local
59 lastp = path + strlen(path) - 1;
60 while (lastp != path && *lastp == '/')
61 lastp--;
65 if (*lastp == '/') {
67 while (lastp != path && *lastp == '/')
68 lastp--;
71 len = (lastp
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re)
37 if (pattern != *lastp)
40 if (*lastp)
44 *lastp = NULL;
49 *lastp = pattern;
34 try(const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re) argument
H A Dfnmatch_loop.c1026 struct patternlist **lastp = &list; local
1084 *lastp = newp; \
1085 lastp = &newp->next
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Drune.c131 void *lastp; local
179 lastp = (char *)rl + sb.st_size;
255 lastp = (char *)rp + extra;
261 if (rl->__variable > lastp) {
270 if (rl->__variable > lastp) {
279 if (rl->__variable > lastp) {
296 if (rl->__variable > lastp) {
330 if (rl->__variable > lastp) {
341 if (((char *)rl->__variable) + rl->__variable_len > (char *)lastp) {
362 data->__datasize = lastp
[all...]
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_overflow.c201 PAGE *pagep, *lastp; local
217 lastp = NULL;
240 lastp ? PGNO(lastp) : PGNO_INVALID,
242 lastp == NULL ? &null_lsn : &LSN(lastp),
244 if (lastp != NULL)
246 lastp, dbc->priority);
247 lastp = pagep;
254 if (lastp !
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dtable.c80 mr_table_t *endp, *lastp; local
87 lastp = mem_table + REG_TABLE_SIZE;
101 if (tp == lastp) /* wrap around */
125 if (tp == lastp)
/macosx-10.10/vim-55/src/proto/
H A Dfold.pro4 int hasFolding __ARGS((linenr_T lnum, linenr_T *firstp, linenr_T *lastp));
5 int hasFoldingWin __ARGS((win_T *win, linenr_T lnum, linenr_T *firstp, linenr_T *lastp, int cache, foldinfo_T *infop));
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dl10nflist.c207 struct loaded_l10nfile **lastp;
300 lastp = l10nfile_list;
315 lastp = &retval->next;
346 retval->next = *lastp;
347 *lastp = retval;
206 struct loaded_l10nfile **lastp; local
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dl10nflist.c207 struct loaded_l10nfile **lastp;
300 lastp = l10nfile_list;
315 lastp = &retval->next;
346 retval->next = *lastp;
347 *lastp = retval;
206 struct loaded_l10nfile **lastp; local
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_method.c144 __queue_pageinfo(dbp, firstp, lastp, emptyp, prpage, flags)
146 db_pgno_t *firstp, *lastp;
172 if (lastp != NULL)
173 *lastp = last;
/macosx-10.10/autofs-246/automountlib/
H A Dns_fstab.c816 scan_fstab(struct dir_entry **list, struct dir_entry **lastp) argument
822 *lastp = NULL;
833 lastp);
837 assert(*lastp != NULL);
/macosx-10.10/swig-12/Source/Swig/
H A Dtypemap.c414 Parm *p, *np, *lastp, *dp, *lastdp = 0; local
428 lastp = 0;
430 lastp = p;
464 type = Getattr(lastp, "type");
465 name = Getattr(lastp, "name");
537 Parm *p, *np, *lastp; local
545 lastp = 0;
547 lastp = p;
555 tm = get_typemap(tm_scope, Getattr(lastp, "type"));
560 name = Getattr(lastp, "nam
[all...]
/macosx-10.10/apr-32/apr/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;
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dhandwrite.el148 (lastp)
/macosx-10.10/vim-55/src/
H A Dfold.c130 * When returning TRUE, *firstp and *lastp are set to the first and last
134 hasFolding(lnum, firstp, lastp)
137 linenr_T *lastp;
139 return hasFoldingWin(curwin, lnum, firstp, lastp, TRUE, NULL);
144 hasFoldingWin(win, lnum, firstp, lastp, cache, infop)
148 linenr_T *lastp;
237 if (lastp != NULL)
238 *lastp = last;
H A Dbuffer.c5307 signlist_T **lastp; /* pointer to pointer to current sign */ local
5312 lastp = &buf->b_signlist;
5319 *lastp = next;
5329 lastp = &sign->next;
/macosx-10.10/dtrace-147/lockstat/
H A Dlockstat.c1055 char *addrp, *offp, *sizep, *evp, *lastp, *p; local
1180 evp = strtok_r(optarg, ",", &lastp);
1194 evp = strtok_r(NULL, ",", &lastp);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djchuff.c166 int p, i, l, lastp, si, maxsymbol; local
201 lastp = p;
239 for (p = 0; p < lastp; p++) {
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c1853 char *lastp = NULL, *firsts = NULL; local
1964 bbeg = lastp = p;
2119 if (lastp) {
2120 char sav = *lastp;
2122 *lastp = '\0';
2124 *lastp = sav;
H A Dcomplist.c1333 static Cmatch *lastp = NULL; local
1416 lastp = NULL;
1501 p = lastp;
1529 lastp = p;
1564 p = lastp;
1578 lastp = p;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-arm.c6739 aeabi_attribute_list **lastp; local
6755 lastp = &elf32_arm_tdata (abfd)->other_eabi_attributes;
6756 for (p = *lastp; p; p = p->next)
6760 lastp = &p->next;
6762 list->next = *lastp;
6763 *lastp = list;
6831 aeabi_attribute_list **lastp; local
6841 lastp = &elf32_arm_tdata (abfd)->other_eabi_attributes;
6842 for (p = *lastp; p; p = p->next)
6850 lastp
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dinit.c932 register char *lastp, *oldp=str, *newp=strchr(oldp,':'); local
938 if(lastp=strchr(newp,':'))
939 *lastp = 0;
943 newp=lastp;
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c979 static struct qual *dup_qual_list(struct qual *orig, struct qual **lastp) argument
997 if (lastp)
998 *lastp = qlast;

Completed in 669 milliseconds