Home
last modified time | relevance | path

Searched refs:newbase (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c41 char *newbase = realloc(buffer->base, target_allocation_size(newsize)); in pkgconf_buffer_append() local
44 if (newbase == NULL) in pkgconf_buffer_append()
47 char *newend = newbase + pkgconf_buffer_len(buffer); in pkgconf_buffer_append()
50 buffer->base = newbase; in pkgconf_buffer_append()
58 char *newbase = realloc(buffer->base, target_allocation_size(newsize)); in pkgconf_buffer_push_byte() local
61 if (newbase == NULL) in pkgconf_buffer_push_byte()
64 char *newend = newbase + newsize; in pkgconf_buffer_push_byte()
68 buffer->base = newbase; in pkgconf_buffer_push_byte()
76 char *newbase = realloc(buffer->base, target_allocation_size(newsize)); in pkgconf_buffer_trim_byte() local
78 buffer->base = newbase; in pkgconf_buffer_trim_byte()
[all …]
/freebsd/stand/ficl/softwords/
H A Dprefix.fr39 \ : __tempbase { newbase | oldbase -- }
41 \ newbase base !
/freebsd/usr.bin/factor/
H A Dfactor.c259 newbase: in pollard_pminus1()
268 goto newbase; in pollard_pminus1()
/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c401 vrtc_time_update(struct vrtc *vrtc, time_t newtime, sbintime_t newbase) in vrtc_time_update() argument
419 vrtc->base_uptime, newbase); in vrtc_time_update()
420 vrtc->base_uptime = newbase; in vrtc_time_update()