Lines Matching refs:bufloc
1006 char *bufloc; in dirtopath() local
1018 bufloc = &buf[buflen - 1]; in dirtopath()
1019 *bufloc = '\0'; in dirtopath()
1040 if (*bufloc == '\0') in dirtopath()
1041 *--bufloc = '/'; in dirtopath()
1081 bufloc -= complen; in dirtopath()
1082 if (bufloc < buf) { in dirtopath()
1086 bcopy(rpn.pn_path, bufloc, in dirtopath()
1122 bufloc -= complen; in dirtopath()
1123 if (bufloc < buf) { in dirtopath()
1127 bcopy(rpn.pn_path, bufloc, in dirtopath()
1187 bufloc -= complen; in dirtopath()
1188 if (bufloc <= buf) { in dirtopath()
1192 bcopy(dp->d_name, bufloc, complen); in dirtopath()
1195 *--bufloc = '/'; in dirtopath()
1206 if (bufloc != buf) in dirtopath()
1207 ovbcopy(bufloc, buf, buflen - (bufloc - buf)); in dirtopath()