Lines Matching refs:bufloc
996 char *bufloc; in dirtopath() local
1008 bufloc = &buf[buflen - 1]; in dirtopath()
1009 *bufloc = '\0'; in dirtopath()
1030 if (*bufloc == '\0') in dirtopath()
1031 *--bufloc = '/'; in dirtopath()
1071 bufloc -= complen; in dirtopath()
1072 if (bufloc < buf) { in dirtopath()
1076 bcopy(rpn.pn_path, bufloc, in dirtopath()
1112 bufloc -= complen; in dirtopath()
1113 if (bufloc < buf) { in dirtopath()
1117 bcopy(rpn.pn_path, bufloc, in dirtopath()
1177 bufloc -= complen; in dirtopath()
1178 if (bufloc <= buf) { in dirtopath()
1182 bcopy(dp->d_name, bufloc, complen); in dirtopath()
1185 *--bufloc = '/'; in dirtopath()
1196 if (bufloc != buf) in dirtopath()
1197 ovbcopy(bufloc, buf, buflen - (bufloc - buf)); in dirtopath()