HomeSort by: relevance | last modified time | path
    Searched defs:tail (Results 1 - 25 of 212) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/lib/libc/locale/
newlocale.c 47 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; local in function:__weak_alias
65 tail = __UNCONST(strchr(tokens[0], '/'));
66 if (tail == NULL) {
75 *tail++ = '\0';
83 *tail++ = '\0';
84 tokens[i] = (const char *)tail;
85 tail = __UNCONST(strchr(tokens[i], '/'));
86 if (tail == NULL) {
91 *tail++ = '\0';
92 tokens[howmany] = tail;
    [all...]
newlocale.c 47 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; local in function:__weak_alias
65 tail = __UNCONST(strchr(tokens[0], '/'));
66 if (tail == NULL) {
75 *tail++ = '\0';
83 *tail++ = '\0';
84 tokens[i] = (const char *)tail;
85 tail = __UNCONST(strchr(tokens[i], '/'));
86 if (tail == NULL) {
91 *tail++ = '\0';
92 tokens[howmany] = tail;
    [all...]
generic_lc_all.c 58 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; local in function:_generic_LC_ALL_setlocale
68 tail = __UNCONST(strchr(tokens[1], '/'));
69 if (tail == NULL) {
73 *tail++ = '\0';
75 tokens[i] = (const char *)tail;
76 tail = __UNCONST(strchr(tokens[i], '/'));
77 if (tail == NULL)
79 *tail++ = '\0';
81 tokens[_LC_LAST - 1] = (const char *)tail;
82 tail = __UNCONST(strchr(tokens[i], '/'))
    [all...]
generic_lc_all.c 58 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; local in function:_generic_LC_ALL_setlocale
68 tail = __UNCONST(strchr(tokens[1], '/'));
69 if (tail == NULL) {
73 *tail++ = '\0';
75 tokens[i] = (const char *)tail;
76 tail = __UNCONST(strchr(tokens[i], '/'));
77 if (tail == NULL)
79 *tail++ = '\0';
81 tokens[_LC_LAST - 1] = (const char *)tail;
82 tail = __UNCONST(strchr(tokens[i], '/'))
    [all...]
  /src/sys/arch/ia64/stand/common/
ls.c 146 char *path, *tail; local in function:ls_getdir
148 tail = NULL;
ls.c 146 char *path, *tail; local in function:ls_getdir
148 tail = NULL;
  /src/sys/dev/pci/cxgb/
cxgb_mbuf.h 37 struct mbuf *tail; member in struct:mbuf_head
45 l->head = l->tail = NULL;
65 l->tail->m_nextpkt = m;
66 l->tail = m;
76 if (m == l->tail)
77 l->tail = NULL;
cxgb_mbuf.h 37 struct mbuf *tail; member in struct:mbuf_head
45 l->head = l->tail = NULL;
65 l->tail->m_nextpkt = m;
66 l->tail = m;
76 if (m == l->tail)
77 l->tail = NULL;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_types.h 45 u32 tail; /* updated on submission, used for RING_TAIL */ member in struct:intel_ring
intel_ring_types.h 45 u32 tail; /* updated on submission, used for RING_TAIL */ member in struct:intel_ring
  /src/sys/external/bsd/drm2/dist/include/drm/
spsc_queue.h 45 atomic_long_t tail; member in struct:spsc_queue
53 atomic_long_set(&queue->tail, (long)&queue->head);
69 struct spsc_node **tail; local in function:spsc_queue_push
75 tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next);
76 WRITE_ONCE(*tail, node);
87 return tail == &queue->head;
109 if (atomic_long_cmpxchg(&queue->tail,
111 /* Updating tail failed wait for new next to appear */
spsc_queue.h 45 atomic_long_t tail; member in struct:spsc_queue
53 atomic_long_set(&queue->tail, (long)&queue->head);
69 struct spsc_node **tail; local in function:spsc_queue_push
75 tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next);
76 WRITE_ONCE(*tail, node);
87 return tail == &queue->head;
109 if (atomic_long_cmpxchg(&queue->tail,
111 /* Updating tail failed wait for new next to appear */
drm_debugfs_crc.h 55 * @tail: tail of circular queue
64 int head, tail; member in struct:drm_crtc_crc
drm_debugfs_crc.h 55 * @tail: tail of circular queue
64 int head, tail; member in struct:drm_crtc_crc
  /src/sys/external/bsd/drm2/linux/
linux_list_sort.c 128 struct list_head head, *tail = &head; local in function:list_sort_merge
137 tail = tail->next = *first;
144 tail->next = (a != NULL? a : b);
176 struct list_head *tail = (a == NULL? b : a); local in function:list_sort_merge_into
177 while (tail != NULL) {
178 prev->next = tail;
179 tail->prev = prev;
181 tail = tail->next
    [all...]
linux_list_sort.c 128 struct list_head head, *tail = &head; local in function:list_sort_merge
137 tail = tail->next = *first;
144 tail->next = (a != NULL? a : b);
176 struct list_head *tail = (a == NULL? b : a); local in function:list_sort_merge_into
177 while (tail != NULL) {
178 prev->next = tail;
179 tail->prev = prev;
181 tail = tail->next
    [all...]
  /src/usr.bin/find/
operator.c 82 PLAN *tail; /* pointer to tail of subplan */ local in function:yankexpr
96 for (tail = subplan = NULL;;) {
115 tail = subplan = next;
117 tail->next = next;
118 tail = next;
120 tail->next = NULL;
134 PLAN *tail; /* pointer to tail of result plan */ local in function:paren_squish
137 result = tail = NULL
172 PLAN *tail; \/* pointer to tail of result plan *\/ local in function:not_squish
230 PLAN *tail; \/* pointer to tail of result plan *\/ local in function:or_squish
    [all...]
operator.c 82 PLAN *tail; /* pointer to tail of subplan */ local in function:yankexpr
96 for (tail = subplan = NULL;;) {
115 tail = subplan = next;
117 tail->next = next;
118 tail = next;
120 tail->next = NULL;
134 PLAN *tail; /* pointer to tail of result plan */ local in function:paren_squish
137 result = tail = NULL
172 PLAN *tail; \/* pointer to tail of result plan *\/ local in function:not_squish
230 PLAN *tail; \/* pointer to tail of result plan *\/ local in function:or_squish
    [all...]
  /src/sys/arch/hp300/stand/common/
dcm.c 145 unsigned int tail; local in function:dcmputchar
150 tail = pp->t_tail & TX_MASK;
152 while (tail != (pp->t_head & TX_MASK) && --timo)
154 dcm->dcm_tfifos[3-port][tail].data_char = c;
155 pp->t_tail = tail = (tail + 1) & TX_MASK;
161 while (tail != (pp->t_head & TX_MASK) && --timo)
dcm.c 145 unsigned int tail; local in function:dcmputchar
150 tail = pp->t_tail & TX_MASK;
152 while (tail != (pp->t_head & TX_MASK) && --timo)
154 dcm->dcm_tfifos[3-port][tail].data_char = c;
155 pp->t_tail = tail = (tail + 1) & TX_MASK;
161 while (tail != (pp->t_head & TX_MASK) && --timo)
  /src/lib/libc/stdio/
fmemopen.c 46 char *head, *tail, *cur, *eob; member in struct:fmemopen_cookie
61 if (p->cur == p->tail)
80 if (p->cur >= p->tail)
84 if (p->cur == p->tail - 1) {
110 if (p->cur >= p->tail)
138 if (offset >= (off_t)0 && offset <= p->tail - p->head) {
212 cookie->tail = cookie->head + size;
fmemopen.c 46 char *head, *tail, *cur, *eob; member in struct:fmemopen_cookie
61 if (p->cur == p->tail)
80 if (p->cur >= p->tail)
84 if (p->cur == p->tail - 1) {
110 if (p->cur >= p->tail)
138 if (offset >= (off_t)0 && offset <= p->tail - p->head) {
212 cookie->tail = cookie->head + size;
  /src/tests/lib/libc/locale/
t_wcstod.c 434 wchar_t *tail; local in function:ATF_TC_BODY
436 (void)printf("Checking wcstod(\"%S\", &tail):\n", t->wcs);
439 d = wcstod(t->wcs, &tail);
445 n = (size_t)(tail - t->wcs);
t_wcstod.c 434 wchar_t *tail; local in function:ATF_TC_BODY
436 (void)printf("Checking wcstod(\"%S\", &tail):\n", t->wcs);
439 d = wcstod(t->wcs, &tail);
445 n = (size_t)(tail - t->wcs);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.cc 59 SymbolizedStack *tail; member in struct:__tsan::SymbolizedStackBuilder
66 if (ssb->tail) {
67 ssb->tail->next = SymbolizedStack::New(ssb->addr);
68 ssb->tail = ssb->tail->next;
70 ssb->head = ssb->tail = SymbolizedStack::New(ssb->addr);
72 AddressInfo *info = &ssb->tail->info;

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 9