Searched refs:garbage (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-jobs-internal.exp1 make: internal error -- J option malformed (garbage)
/freebsd-current/sys/contrib/ck/include/
H A Dck_fifo.h52 struct ck_fifo_spsc_entry *garbage; member in struct:ck_fifo_spsc
110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub;
115 ck_fifo_spsc_deinit(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry **garbage) argument
118 *garbage = fifo->garbage;
167 struct ck_fifo_spsc_entry *garbage; local
169 if (fifo->head_snapshot == fifo->garbage) {
171 if (fifo->head_snapshot == fifo->garbage)
175 garbage = fifo->garbage;
236 ck_fifo_mpmc_deinit(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry **garbage) argument
355 ck_fifo_mpmc_dequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
410 ck_fifo_mpmc_trydequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msync.c51 msync_sync(const char *garbage, int flags) argument
89 * write garbage to this position.
96 len = strlen(garbage);
97 rv = write(fd, garbage, len);
100 str = "failed to write garbage";
106 * that garbage is at the given offset.
113 if (memcmp(map + off, garbage, len) != 0) {
140 str = msync_sync("garbage", MS_ASYNC);
199 str = msync_sync("garbage", MS_INVALIDATE);
215 str = msync_sync("garbage", MS_SYN
[all...]
/freebsd-current/share/mk/
H A Dhost-target.mk19 # uname -p may produce garbage on linux
32 # uname -m may produce garbage on darwin ppc
H A Dbsd.info.mk164 # tex garbage
/freebsd-current/contrib/bmake/mk/
H A Dhost-target.mk33 # uname -p may produce garbage on linux
46 # uname -m may produce garbage on darwin ppc
/freebsd-current/usr.sbin/ppp/
H A Ddeflate.c50 static char garbage[10]; variable
327 state->cx.next_out = garbage;
328 state->cx.avail_out = sizeof garbage;
374 state->cx.next_out = garbage;
375 state->cx.avail_out = sizeof garbage;
420 state->cx.next_out = garbage;
421 state->cx.avail_out = sizeof garbage;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp237 char *garbage = internal_strstr(buff.data() + 1, output_terminator_); variable
240 CHECK(garbage); variable
243 uintptr_t new_size = garbage - buff.data();
/freebsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c76 static int garbage; /* # of garbage cf files */ variable
394 if (pp->remote || garbage || strcmp(cf, current))

Completed in 128 milliseconds