Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 13690) sorted by relevance

12345678910>>...548

/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Dxskip.c325 *nextp = (head < tail && *head == c) ? head + 1 : head; in XSkip_char()
373 *nextp = (head < tail && IS_CTEXT(*head)) ? head + 1 : head; in XSkip_ctext()
384 *nextp = head; in XSkip_quotedPair()
385 if (head + 1 < tail && *head == '\\' && IS_TEXT(*(head + 1))) { in XSkip_quotedPair()
398 if (head < tail && IS_QTEXT(*head)) { in XSkip_qcontent()
414 if (head < tail && IS_DTEXT(*head)) { in XSkip_dcontent()
608 *nextp = head; in XSkip_phrase()
732 if (head + 1 < tail && IS_CR(*head) && IS_LF(*(head + 1))) { in XSkip_crlf()
735 } else if (head < tail && IS_LF(*head)) { in XSkip_crlf()
823 *nextp = (head < tail && IS_WSP(*head)) ? head + 1 : head; in XSkip_wsp()
[all …]
H A Dxparse.c36 if (head < tail && *head == c) { in XParse_char()
41 *nextp = head; in XParse_char()
89 *nextp = head; in XParse_quotedPair()
90 if (head + 1 < tail && *head == '\\' && IS_TEXT(*(head + 1))) { in XParse_quotedPair()
105 if (head < tail && IS_QTEXT(*head)) { in XParse_qcontent()
122 if (head < tail && IS_DTEXT(*head)) { in XParse_dcontent()
146 *nextp = head; in XParse_2822QuotedString()
351 if ((head < tail) && IS_XCHAR(*head)) { in XParse_xchar()
372 if ((head + 2 < tail) && ('+' == *head) && IS_HEXCHAR(*(head + 1)) && IS_HEXCHAR(*(head + 2))) { in XParse_hexchar()
406 if ((head + 2 < tail) && ('=' == *head) && IS_HEXDIG(*(head + 1)) && IS_HEXDIG(*(head + 2))) { in XParse_hexOctet()
[all …]
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Darray.h62 memset((head), 0, sizeof(*(head)))
71 ((head)->size == 0)
84 ((head)->size)
92 ((head)->capacity)
106 ((head)->size > (idx) ? &(head)->entries[(idx)] : NULL)
143 : ARRAY_GET((head), ARRAY_SIZE((head)) - 1))
169 ((head)->size -= MIN((num), (head)->size))
201 (FREE(&(head)->entries), (head)->size = (head)->capacity = 0)
209 ARRAY_FOREACH_FROM_TO((elem), (head), 0, (head)->size)
220 ARRAY_FOREACH_FROM_TO((elem), (head), (from), (head)->size)
[all …]
/dports/x11-wm/cwm/cwm-6.7/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
203 LIST_FIRST(head) = LIST_END(head); \
269 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
339 #define XSIMPLEQ_FIRST(head) XSIMPLEQ_XOR(head, ((head)->sqx_first)) argument
341 #define XSIMPLEQ_EMPTY(head) (XSIMPLEQ_FIRST(head) == XSIMPLEQ_END(head)) argument
361 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
373 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
387 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
[all …]
/dports/net/openntpd/openntpd-6.8p1/include/sys/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
203 LIST_FIRST(head) = LIST_END(head); \
269 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
339 #define XSIMPLEQ_FIRST(head) XSIMPLEQ_XOR(head, ((head)->sqx_first)) argument
341 #define XSIMPLEQ_EMPTY(head) (XSIMPLEQ_FIRST(head) == XSIMPLEQ_END(head)) argument
361 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
373 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
387 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
[all …]
/dports/mail/mailest/mailest-mailest-0.9.24/replace/sys/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
203 LIST_FIRST(head) = LIST_END(head); \
269 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
339 #define XSIMPLEQ_FIRST(head) XSIMPLEQ_XOR(head, ((head)->sqx_first)) argument
341 #define XSIMPLEQ_EMPTY(head) (XSIMPLEQ_FIRST(head) == XSIMPLEQ_END(head)) argument
361 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
373 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
387 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dqueue.h122 #define SLIST_FIRST(head) ((head)->slh_first) argument
142 (head)->slh_first = SLIST_END(head); \
198 #define LIST_FIRST(head) ((head)->lh_first) argument
200 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) argument
250 (head)->lh_first = LIST_END(head); \
319 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) argument
338 (head)->sqh_last = &(head)->sqh_first; \
408 { TAILQ_END(head), &(head).tqh_first }
427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) argument
489 (head)->tqh_first = TAILQ_END(head); \
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dqueue.h122 #define SLIST_FIRST(head) ((head)->slh_first) argument
142 (head)->slh_first = SLIST_END(head); \
198 #define LIST_FIRST(head) ((head)->lh_first) argument
200 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) argument
250 (head)->lh_first = LIST_END(head); \
319 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) argument
338 (head)->sqh_last = &(head)->sqh_first; \
408 { TAILQ_END(head), &(head).tqh_first }
427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) argument
489 (head)->tqh_first = TAILQ_END(head); \
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dqueue.h122 #define SLIST_FIRST(head) ((head)->slh_first) argument
142 (head)->slh_first = SLIST_END(head); \
198 #define LIST_FIRST(head) ((head)->lh_first) argument
200 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) argument
250 (head)->lh_first = LIST_END(head); \
319 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) argument
338 (head)->sqh_last = &(head)->sqh_first; \
408 { TAILQ_END(head), &(head).tqh_first }
427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) argument
489 (head)->tqh_first = TAILQ_END(head); \
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Dqueue.h122 #define SLIST_FIRST(head) ((head)->slh_first) argument
142 (head)->slh_first = SLIST_END(head); \
198 #define LIST_FIRST(head) ((head)->lh_first) argument
200 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) argument
250 (head)->lh_first = LIST_END(head); \
319 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) argument
338 (head)->sqh_last = &(head)->sqh_first; \
408 { TAILQ_END(head), &(head).tqh_first }
427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) argument
489 (head)->tqh_first = TAILQ_END(head); \
[all …]
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/osx/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
192 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
209 LIST_FIRST(head) = LIST_END(head); \
285 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
355 #define XSIMPLEQ_FIRST(head) XSIMPLEQ_XOR(head, ((head)->sqx_first)) argument
357 #define XSIMPLEQ_EMPTY(head) (XSIMPLEQ_FIRST(head) == XSIMPLEQ_END(head)) argument
377 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
389 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
403 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
[all …]
/dports/mail/scam-backscatter/scamback/
H A Dqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
194 #define SLIST_FIRST(head) ((head)->slh_first) argument
255 (head)->stqh_last = &(head)->stqh_first; \
278 (head)->stqh_last = &(head)->stqh_first; \
334 (head)->sqh_last = &(head)->sqh_first; \
357 (head)->sqh_last = &(head)->sqh_first; \
439 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/net-mgmt/bgpq4/bgpq4-1.4/include/sys/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
203 LIST_FIRST(head) = LIST_END(head); \
269 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
347 #define XSIMPLEQ_FIRST(head) XSIMPLEQ_XOR(head, ((head)->sqx_first)) argument
369 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
381 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
395 (head)->sqx_last = XSIMPLEQ_XOR(head, &(head)->sqx_first); \
437 (TAILQ_FIRST(head) == TAILQ_END(head))
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsiemens_vision.c210 head.TextDate , head.TextTime , in main()
211 head.SequenceType , head.PatientName , head.TextImageNumber ) ; in main()
227 "SliceThk = %g\n" , head.FOVRow , head.FOVColumn , head.SliceThickness ) ; in main()
248 +head.RowVectorY * head.ColumnVectorY in main()
249 +head.RowVectorZ * head.ColumnVectorZ ; in main()
252 dd = head.RowVectorX * head.NormalVectorX in main()
253 +head.RowVectorY * head.NormalVectorY in main()
254 +head.RowVectorZ * head.NormalVectorZ ; in main()
257 dd = head.ColumnVectorX * head.NormalVectorX in main()
258 +head.ColumnVectorY * head.NormalVectorY in main()
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dbsdqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
232 #define SLIST_FIRST(head) ((head)->slh_first) argument
258 (head)->stqh_last = &(head)->stqh_first; \
281 (head)->stqh_last = &(head)->stqh_first; \
332 (head)->sqh_last = &(head)->sqh_first; \
355 (head)->sqh_last = &(head)->sqh_first; \
438 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dbsdqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
232 #define SLIST_FIRST(head) ((head)->slh_first) argument
258 (head)->stqh_last = &(head)->stqh_first; \
281 (head)->stqh_last = &(head)->stqh_first; \
332 (head)->sqh_last = &(head)->sqh_first; \
355 (head)->sqh_last = &(head)->sqh_first; \
438 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/include/
H A Dk5-queue.h156 #define K5_LIST_FIRST(head) ((head)->lh_first) argument
253 (head)->stqh_last = &(head)->stqh_first; \
276 (head)->stqh_last = &(head)->stqh_first; \
346 (head)->sqh_last = &(head)->sqh_first; \
369 (head)->sqh_last = &(head)->sqh_first; \
442 (head)->tqh_last = &(head)->tqh_first; \
540 { (void *)&head, (void *)&head }
552 (head)->cqh_first = (void *)(head); \
553 (head)->cqh_last = (void *)(head); \
579 if ((head)->cqh_last == (void *)(head)) \
[all …]
/dports/security/krb5/krb5-1.19.2/src/include/
H A Dk5-queue.h156 #define K5_LIST_FIRST(head) ((head)->lh_first) argument
253 (head)->stqh_last = &(head)->stqh_first; \
276 (head)->stqh_last = &(head)->stqh_first; \
346 (head)->sqh_last = &(head)->sqh_first; \
369 (head)->sqh_last = &(head)->sqh_first; \
442 (head)->tqh_last = &(head)->tqh_first; \
540 { (void *)&head, (void *)&head }
552 (head)->cqh_first = (void *)(head); \
553 (head)->cqh_last = (void *)(head); \
579 if ((head)->cqh_last == (void *)(head)) \
[all …]
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dbsdqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
232 #define SLIST_FIRST(head) ((head)->slh_first) argument
258 (head)->stqh_last = &(head)->stqh_first; \
281 (head)->stqh_last = &(head)->stqh_first; \
332 (head)->sqh_last = &(head)->sqh_first; \
355 (head)->sqh_last = &(head)->sqh_first; \
438 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dbsdqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
232 #define SLIST_FIRST(head) ((head)->slh_first) argument
258 (head)->stqh_last = &(head)->stqh_first; \
281 (head)->stqh_last = &(head)->stqh_first; \
332 (head)->sqh_last = &(head)->sqh_first; \
355 (head)->sqh_last = &(head)->sqh_first; \
438 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/net/libarms/libarms-5.01/libarms/
H A Dqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
232 #define SLIST_FIRST(head) ((head)->slh_first) argument
258 (head)->stqh_last = &(head)->stqh_first; \
281 (head)->stqh_last = &(head)->stqh_first; \
332 (head)->sqh_last = &(head)->sqh_first; \
355 (head)->sqh_last = &(head)->sqh_first; \
438 (head)->tqh_last = &(head)->tqh_first; \
524 { (void *)&head, (void *)&head }
536 (head)->cqh_first = (void *)(head); \
537 (head)->cqh_last = (void *)(head); \
[all …]
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dqueue.h171 #define LIST_FIRST(head) ((head)->lh_first) argument
194 #define SLIST_FIRST(head) ((head)->slh_first) argument
255 (head)->stqh_last = &(head)->stqh_first; \
278 (head)->stqh_last = &(head)->stqh_first; \
327 (head)->sqh_last = &(head)->sqh_first; \
350 (head)->sqh_last = &(head)->sqh_first; \
432 (head)->tqh_last = &(head)->tqh_first; \
517 { (void *)&head, (void *)&head }
529 (head)->cqh_first = (void *)(head); \
530 (head)->cqh_last = (void *)(head); \
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/sys/
H A Dqueue.h143 #define LIST_FIRST(head) ((head)->lh_first) argument
204 #define SLIST_FIRST(head) ((head)->slh_first) argument
230 (head)->stqh_last = &(head)->stqh_first; \
253 (head)->stqh_last = &(head)->stqh_first; \
312 (head)->sqh_last = &(head)->sqh_first; \
335 (head)->sqh_last = &(head)->sqh_first; \
389 (head)->tqh_last = &(head)->tqh_first; \
477 { (void *)&head, (void *)&head }
489 (head)->cqh_first = (void *)(head); \
490 (head)->cqh_last = (void *)(head); \
[all …]
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dqueue.h143 #define LIST_FIRST(head) ((head)->lh_first) argument
204 #define SLIST_FIRST(head) ((head)->slh_first) argument
230 (head)->stqh_last = &(head)->stqh_first; \
253 (head)->stqh_last = &(head)->stqh_first; \
304 (head)->sqh_last = &(head)->sqh_first; \
327 (head)->sqh_last = &(head)->sqh_first; \
381 (head)->tqh_last = &(head)->tqh_first; \
460 { (void *)&head, (void *)&head }
472 (head)->cqh_first = (void *)(head); \
473 (head)->cqh_last = (void *)(head); \
[all …]
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dqueue.h143 #define LIST_FIRST(head) ((head)->lh_first) argument
204 #define SLIST_FIRST(head) ((head)->slh_first) argument
230 (head)->stqh_last = &(head)->stqh_first; \
253 (head)->stqh_last = &(head)->stqh_first; \
304 (head)->sqh_last = &(head)->sqh_first; \
327 (head)->sqh_last = &(head)->sqh_first; \
381 (head)->tqh_last = &(head)->tqh_first; \
460 { (void *)&head, (void *)&head }
472 (head)->cqh_first = (void *)(head); \
473 (head)->cqh_last = (void *)(head); \
[all …]

12345678910>>...548