Home
last modified time | relevance | path

Searched refs:bufloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c1122 char *bufloc, *dbuf; in dirtopath() local
1134 bufloc = &buf[buflen - 1]; in dirtopath()
1135 *bufloc = '\0'; in dirtopath()
1159 if (*bufloc == '\0') in dirtopath()
1160 *--bufloc = '/'; in dirtopath()
1190 bufloc -= complen; in dirtopath()
1191 if (bufloc < buf) { in dirtopath()
1195 bcopy(rpn.pn_path, bufloc, complen); in dirtopath()
1254 bufloc -= complen; in dirtopath()
1255 if (bufloc <= buf) { in dirtopath()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c491 static int bufloc; variable
497 if (filepos == gzip_data_offset || bufloc == INBUFSIZ) in get_byte()
501 bufloc = 0; in get_byte()
519 return inbuf[bufloc++]; in get_byte()