Home
last modified time | relevance | path

Searched refs:head1 (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/FreeBSD/sys/sys/
H A Dqueue.h215 #define SLIST_CONCAT(head1, head2, type, field) do { \
216 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
218 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
302 #define SLIST_SWAP(head1, head2, type) do { \
303 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
304 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
341 #define STAILQ_CONCAT(head1, head2) do { \
343 *(head1)->stqh_last = (head2)->stqh_first; \
344 (head1)->stqh_last = (head2)->stqh_last; \
429 #define STAILQ_SWAP(head1, head
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
430 return unless $contents =~ /=head1 $section/
431 and $contents =~ /=head1 $before/;
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
436 # Check if a =head1 is duplicated, or a =headX is duplicated within a
437 # =head1
[all...]
/third_party/openssl/util/
H A Dfind-doc-nits286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
430 return unless $contents =~ /=head1 $section/
431 and $contents =~ /=head1 $before/;
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
436 # Check if a =head1 is duplicated, or a =headX is duplicated within a
437 # =head1
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm8 =head1 NAME
22 =head1 SYNOPSIS
26 =head1 DESCRIPTION
39 =head1 CAVEAT
48 =head1 NOTES
117 =head1 SEE ALSO
122 =head1 AUTHOR
H A DOID.pm33 =head1 NAME
37 =head1 VERSION
46 =head1 SYNOPSIS
69 =head1 EXPORT
138 =head1 SUBROUTINES/METHODS
282 =head1 AUTHOR
H A DTemplate.pm14 =head1 NAME
18 =head1 DESCRIPTION
133 =head1 SEE ALSO
137 =head1 AUTHORS
141 =head1 COPYRIGHT
H A DUtil.pm23 =head1 NAME
27 =head1 SYNOPSIS
40 =head1 DESCRIPTION
/third_party/openssl/util/perl/OpenSSL/
H A Dfallback.pm8 =head1 NAME
22 =head1 SYNOPSIS
26 =head1 DESCRIPTION
39 =head1 CAVEAT
48 =head1 NOTES
117 =head1 SEE ALSO
122 =head1 AUTHOR
H A DOID.pm33 =head1 NAME
37 =head1 VERSION
46 =head1 SYNOPSIS
69 =head1 EXPORT
138 =head1 SUBROUTINES/METHODS
282 =head1 AUTHOR
H A DTemplate.pm14 =head1 NAME
18 =head1 DESCRIPTION
133 =head1 SEE ALSO
137 =head1 AUTHORS
141 =head1 COPYRIGHT
H A DUtil.pm23 =head1 NAME
27 =head1 SYNOPSIS
40 =head1 DESCRIPTION
/third_party/cups-filters/scripting/perl/
H A DCUPS.pm98 =head1 NAME
102 =head1 SYNOPSIS
107 =head1 DESCRIPTION
136 =head1 AUTHOR
140 =head1 SEE ALSO
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm19 =head1 NAME
23 =head1 SYNOPSIS
29 =head1 DESCRIPTION
80 =head1 SEE ALSO
84 =head1 AUTHORS
H A DUtils.pm20 =head1 NAME
24 =head1 SYNOPSIS
38 =head1 DESCRIPTION
230 =head1 SEE ALSO
234 =head1 AUTHORS
/third_party/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm19 =head1 NAME
23 =head1 SYNOPSIS
29 =head1 DESCRIPTION
80 =head1 SEE ALSO
84 =head1 AUTHORS
H A DUtils.pm20 =head1 NAME
24 =head1 SYNOPSIS
38 =head1 DESCRIPTION
230 =head1 SEE ALSO
234 =head1 AUTHORS
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm50 =head1 NAME
54 =head1 VERSION
58 =head1 SYNOPSIS
69 =head1 DESCRIPTION
95 =head1 WHY?
119 =head1 SEE ALSO
123 =head1 SOURCE
128 =head1 BUGS
137 =head1 AUTHOR
150 =head1 COPYRIGH
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm50 =head1 NAME
54 =head1 VERSION
58 =head1 SYNOPSIS
69 =head1 DESCRIPTION
95 =head1 WHY?
119 =head1 SEE ALSO
123 =head1 SOURCE
128 =head1 BUGS
137 =head1 AUTHOR
150 =head1 COPYRIGH
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm20 =head1 NAME
24 =head1 SYNOPSIS
35 =head1 DESCRIPTION
67 =head1 RETURN VALUES
133 last if (m|^=head1|
138 if (m|^=head1\s*(.*)|) {
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm20 =head1 NAME
24 =head1 SYNOPSIS
35 =head1 DESCRIPTION
67 =head1 RETURN VALUES
133 last if (m|^=head1|
138 if (m|^=head1\s*(.*)|) {
/third_party/libcoap/include/coap3/
H A Dcoap_utlist_internal.h323 #define LL_CONCAT(head1,head2) \
324 LL_CONCAT2(head1,head2,next)
326 #define LL_CONCAT2(head1,head2,next) \
328 LDECLTYPE(head1) _tmp; \
329 if (head1) { \
330 _tmp = (head1); \
334 (head1)=(head2); \
513 #define LL_CONCAT2(head1,head2,next) \
516 if (head1) { \
517 _tmp = (char*)(head1); \
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm15 =head1 NAME
19 =head1 SYNOPSIS
31 =head1 DESCRIPTION
/third_party/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm15 =head1 NAME
19 =head1 SYNOPSIS
31 =head1 DESCRIPTION
/third_party/curl/scripts/
H A Dcompletion.pl154 =head1 NAME
158 =head1 SYNOPSIS
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm28085 =head1 NAME
28089 =head1 SYNOPSIS
28099 =head1 DESCRIPTION
28123 =head1 OPTIONS

Completed in 32 milliseconds

1234