HomeSort by: relevance | last modified time | path
    Searched refs:altbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/grep/dist/intl/
localealias.c 253 char altbuf[BUFSIZ]; local
255 if (FGETS (altbuf, sizeof altbuf, fp) == NULL)
259 while (strchr (altbuf, '\n') == NULL);
  /src/sys/ufs/lfs/
lfs_vfsops.c 911 struct buf *primarybuf, *altbuf; local
942 altbuf = NULL;
1016 LFS_SBPAD, 0, &altbuf);
1019 altsb = (struct lfs *)altbuf->b_data;
1114 brelse(altbuf, BC_INVAL);
1116 altbuf = NULL;
1367 if (altbuf)
1368 brelse(altbuf, BC_INVAL);

Completed in 49 milliseconds