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

  /src/sys/arch/shark/stand/ofwboot/
boot.c 192 char *cp, *startbuf, *endbuf; local
223 startbuf = OF_claim((void *) 0xf0100000, (5 * 1024 * 1024), 0);
224 if (startbuf != (void *) 0xf0100000) {
228 endbuf = startbuf + (5 * 1024 * 1024);
  /src/lib/libc/time/
zic.c 3416 register char * startbuf; local
3435 startbuf = xmalloc(max_abbr_len + 1);
3524 *startbuf = '\0';
3528 doabbr(startbuf, max_abbr_len + 1,
3531 startbuf, zp->z_isdst, startttisstd,
3628 if (!*startbuf
3631 doabbr(startbuf, max_abbr_len + 1,
3644 doabbr(startbuf,
3653 if (*startbuf == '\0'
3656 doabbr(startbuf,
    [all...]

Completed in 23 milliseconds