Home
last modified time | relevance | path

Searched refs:dir_start (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
HDprintf-parse.h38 const char* dir_start; member
HDprintf-parse.c123 dp->dir_start = cp - 1; in PRINTF_PARSE()
519 d->dir[d->count].dir_start = cp; in PRINTF_PARSE()
HDvasnprintf.c213 if (cp != dp->dir_start) in VASNPRINTF()
215 size_t n = dp->dir_start - cp; in VASNPRINTF()
/dragonfly/contrib/gcc-4.7/gcc/
HDmips-tfile.c2716 const char *dir_start; /* start of current directive*/ in parse_def() local
2760 dir_start = name_end_p1+1; in parse_def()
2763 while ((ch = *dir_start) == ' ' || ch == '\t') in parse_def()
2764 ++dir_start; in parse_def()
2773 if (dir_start[1] == 'e' in parse_def()
2774 && memcmp (dir_start, ".endef", sizeof (".endef")-1) == 0) in parse_def()
2778 for (dir_end_p1 = dir_start+1; in parse_def()
2828 len = dir_end_p1 - dir_start; in parse_def()
2829 switch (dir_start[1]) in parse_def()
2837 && memcmp (dir_start, ".dim", sizeof (".dim")-1) == 0 in parse_def()
[all …]
/dragonfly/bin/pax/
HDextern.h254 int dir_start (void);
HDar_subs.c161 ((*frmt->st_rd)() < 0) || (dir_start() < 0)) in extract()
756 if ((lnk_start() < 0) || (ftree_start() < 0) || (dir_start() < 0)) in copy()
HDtables.c1086 dir_start(void) in dir_start() function