Searched refs:pathbuf (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libpp/
H A Dppdata.c64 static char pathbuf[MAXTOKEN+1]; /* full path of last #include */ variable
171 &pathbuf[0], /* path */
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.c344 char pathbuf[ STRLEN ]; local
386 sfsprintf( pathbuf, sizeof(pathbuf), "%s/._dir", lpath );
387 if( (n = open( pathbuf, O_RDWR|O_CREAT, 0644 )) > 0 )
/ast/src/cmd/re/
H A Dtestglob.c520 char pathbuf[1024]; local
614 path = pathbuf + 1;
615 pathmax = &path[elementsof(pathbuf)-1];

Completed in 19 milliseconds