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

  /src/sys/arch/shark/stand/ofwboot/
boot.c 192 char *cp, *startbuf, *endbuf; local in function:main
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 3169 register char * startbuf; local in function:outzone
3188 startbuf = xmalloc(max_abbr_len + 1);
3277 *startbuf = '\0';
3281 doabbr(startbuf, max_abbr_len + 1,
3284 startbuf, zp->z_isdst, startttisstd,
3381 if (!*startbuf
3384 doabbr(startbuf, max_abbr_len + 1,
3397 doabbr(startbuf,
3406 if (*startbuf == '\0'
3409 doabbr(startbuf,
    [all...]

Completed in 14 milliseconds