Searched defs:startbuf (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-smb.c30 const u_char *startbuf = NULL; variable
812 startbuf = buf;
946 startbuf = data;
1109 startbuf = data;
1261 startbuf = data;
1364 startbuf = data;
1456 startbuf = data;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c2112 register char * startbuf; local
2125 startbuf = emalloc(max_abbr_len + 1);
2200 *startbuf = '\0';
2254 doabbr(startbuf, zp->z_format,
2260 startbuf, stdoff != 0, startttisstd,
2341 doabbr(startbuf, zp->z_format,
2347 if (*startbuf == '\0' &&
2350 doabbr(startbuf,
2400 if (*startbuf == '\0' &&
2404 (void) strcpy(startbuf, z
[all...]
/external/icu4c/tools/tzcode/
H A Dzic.c2112 register char * startbuf; local
2125 startbuf = emalloc(max_abbr_len + 1);
2200 *startbuf = '\0';
2260 doabbr(startbuf, zp->z_format,
2266 startbuf, stdoff != 0, startttisstd,
2347 doabbr(startbuf, zp->z_format,
2353 if (*startbuf == '\0' &&
2356 doabbr(startbuf,
2406 if (*startbuf == '\0' &&
2410 (void) strcpy(startbuf, z
[all...]

Completed in 237 milliseconds