Searched refs:bufloc (Results 1 – 2 of 2) sorted by relevance
1006 char *bufloc; in dirtopath() local1018 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()[all …]
491 static int bufloc; variable497 if (filepos == gzip_data_offset || bufloc == INBUFSIZ) in get_byte()501 bufloc = 0; in get_byte()519 return inbuf[bufloc++]; in get_byte()