Searched refs:startbuf (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2231 register char * startbuf; in outzone() local 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2366 *startbuf = '\0'; in outzone() 2456 doabbr(startbuf, zp->z_format, in outzone() 2462 startbuf, stdoff != 0, startttisstd, in outzone() 2543 doabbr(startbuf, zp->z_format, in outzone() 2549 if (*startbuf == '\0' && in outzone() 2552 doabbr(startbuf, in outzone() 2598 if (*startbuf == '\0' && in outzone() 2602 (void) strcpy(startbuf, zp->z_format); in outzone() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 2231 register char * startbuf; in outzone() local 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2366 *startbuf = '\0'; in outzone() 2456 doabbr(startbuf, zp->z_format, in outzone() 2462 startbuf, stdoff != 0, startttisstd, in outzone() 2543 doabbr(startbuf, zp->z_format, in outzone() 2549 if (*startbuf == '\0' && in outzone() 2552 doabbr(startbuf, in outzone() 2598 if (*startbuf == '\0' && in outzone() 2602 (void) strcpy(startbuf, zp->z_format); in outzone() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 2231 register char * startbuf; in outzone() local 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2366 *startbuf = '\0'; in outzone() 2456 doabbr(startbuf, zp->z_format, in outzone() 2462 startbuf, stdoff != 0, startttisstd, in outzone() 2543 doabbr(startbuf, zp->z_format, in outzone() 2549 if (*startbuf == '\0' && in outzone() 2552 doabbr(startbuf, in outzone() 2598 if (*startbuf == '\0' && in outzone() 2602 (void) strcpy(startbuf, zp->z_format); in outzone() [all …]
|
/third_party/tzdata/ |
D | zic.c | 2599 register char * startbuf; in outzone() local 2616 startbuf = emalloc(max_abbr_len + 1); in outzone() 2729 *startbuf = '\0'; in outzone() 2733 doabbr(startbuf, zp, NULL, zp->z_isdst, save, false); in outzone() 2735 startbuf, zp->z_isdst, startttisstd, in outzone() 2830 doabbr(startbuf, zp, in outzone() 2837 if (*startbuf == '\0' in outzone() 2840 doabbr(startbuf, in outzone() 2871 if (*startbuf == '\0' && in outzone() 2875 strcpy(startbuf, zp->z_format); in outzone() [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 3843 const struct BUFFER *startbuf; in walk() local 4014 startbuf = best_start(buf,nextbuf); in walk() 4015 if (startbuf && (startbuf == nextbuf)) { in walk() 4042 if (startbuf && opts) { in walk() 4043 buf = startbuf = find_latest_block(ctx, in walk() 4044 blk, startbuf); in walk() 4049 buf = startbuf = read_buffer(ctx, blk); in walk() 4052 if (startbuf) { in walk()
|