Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 84) sorted by relevance

1234

/curl/scripts/
H A Dchecksrc.pl400 my $l = "";
413 my $l = $_;
438 code => $l
448 code => $l
455 checkwarn("LONGLINE", $line, length($l), $file, $l,
459 if($l =~ /^(.*)\t/) {
506 $l="";
619 $line, length($l)-length($postparen), $file, $l,
803 if($l =~ /^(.*\W)
996 if(($l eq $nostr) &&
[all …]
H A Drelease-notes.pl64 for my $l (@releasenotes) {
112 for my $l (@gitlog) {
113 chomp $l;
114 if($l =~ /^commit/) {
183 for my $l (@releasenotes) {
185 push @o, $l;
200 elsif($l =~ /^ o .*/) {
201 push @bullets, $l;
217 push @o, $l;
231 for my $l (@o) {
[all …]
H A Dsingleuse.pl177 my $l = $_;
178 chomp $l;
180 if($l =~ /^([0-9a-z_-]+)\.o:/) {
184 elsif($l =~ /\(([0-9a-z_.-]+)\.o\):/) { # Apple nm
187 if($l =~ /^([0-9a-f]+) T _?(.*)/) {
193 elsif($l =~ /^ U _?(.*)/) {
H A Dmanagen67 my $l;
84 $l = "\\fI\\-\\-$klong\\fP$trail";
86 return $l;
150 my $l = length($e);
159 $w += $l; # new width
178 for my $l (@desc) {
180 if($l !~ /^[\n\r]+/) {
182 $l =~ s/^\[([0-9q]*)\]//;
195 chomp $l;
200 print STDERR "$l\n";
[all …]
/curl/docs/examples/
H A Dadddocsref.pl34 my $l = $_;
35 if($l =~ /\/* $docroot/) {
38 elsif($l =~ /^( *).*curl_easy_setopt\([^,]*, *([^ ,]*) *,/) {
42 print NEW $l;
44 elsif($l =~ /^( *).*(curl_([^\(]*))\(/) {
47 print NEW $l;
50 print NEW $l;
H A Dheaderapi.c31 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument
36 return n*l; in write_cb()
/curl/.github/scripts/
H A Dcmp-pkg-config.sh12 while IFS= read -r l; do
17 if [[ "${l}" =~ ^(Requires|Libs|Cflags)(\.private)?:\ (.+)$ ]]; then
26 l="${BASH_REMATCH[1]}${BASH_REMATCH[2]}: ${val}"
28 elif [[ "${section}" =~ (--libs|--static-libs) && "${l}" =~ ^( *echo\ \")(.+)(\")$ ]]; then
33 echo "${l}"
36 prevline="${l}"
37 if [[ "${l}" =~ --[a-z-]+\) ]]; then
H A Dbinarycheck.pl51 my $l = $_;
52 chomp $l;
53 if($l =~ /^([a-f0-9]+) (.*)/) {
57 elsif($l =~ /^#/) {
73 my $l = $_;
75 if($l =~ /([\x00-\x08\x0b\x0c\x0e-\x1f\x7f])/) {
H A Dbadwords.pl31 my $l = 0;
35 $l++;
50 print STDERR "$f:$l:$c: error: found bad word \"$w\"\n";
51 printf STDERR " %4d | $in\n", $l;
H A Dverify-examples.pl49 my $l = 0;
85 $l++;
91 return ($fail ? 0 : $l);
H A Dtrimmarkdownheader.pl38 for my $l (@out) {
39 print O $l;
H A Dverify-synopsis.pl43 my $l = 0;
65 $l++;
H A Dcleanspell.pl83 for my $l (@out) {
84 print O $l;
/curl/tests/
H A Dtest1139.pl120 my $l= $_;
121 if($l =~ /(CURL(OPT|INFO|MOPT)_\w+) *([0-9.]*) *([0-9.-]*) *([0-9.]*)/) {
206 my ($l, $s, $rd)=($1, $2, $3);
210 if(($l cmp $prevlong) < 0) {
211 print STDERR "tool_getparam.c:$no: '$l' is NOT placed in alpha-order\n";
213 if($l =~ /\"(.*)\"/) {
225 $prevlong = $l;
239 my $l= $_;
240 $l =~ s/\\-/-/g;
241 if($l =~ /^\.IP \"(-[^\"]*)\"/) {
[all …]
H A Dtest1275.pl47 my $l;
54 $l++;
55 if(($l == 1) && ($line =~ /^---/)) {
77 "$f:$l:$c:error: lowercase $word after period\n";
99 "$f:$l:$c:error: lowercase $word after period\n";
H A Dtest1140.pl64 my $l = $_;
65 while($l =~ s/\\f(.)([^ ]*)\\f(.)//) {
88 if($l =~ /(curl([^ ]*)\(3\))/i) {
92 if($l =~ /^\.BR (.*)/) {
H A Dtest1276.pl27 my ($l) = @_;
28 $l =~ s/([^\x20-\x7f])/sprintf "%%%02x", ord $1/eg;
29 return $l;
H A Dmk-bundle-hints.sh32 while read -r l; do
33 if [[ "${l}" =~ ([a-z]+)\ ([a-z]+)\ ([0-9]+)\ ([0-9]+) ]]; then
73 find libtest unit -type l -delete
/curl/lib/
H A Dhttp_aws_sigv4.c83 struct curl_slist *l; in trim_headers() local
84 for(l = head; l; l = l->next) { in trim_headers()
88 Curl_strntolower(l->data, l->data, colon); in trim_headers()
90 value = &l->data[colon]; in trim_headers()
174 struct curl_slist *l; in make_headers() local
230 for(l = data->set.headers; l; l = l->next) { in make_headers()
291 for(l = head; l; l = l->next) { in make_headers()
295 char *tmp = l->data; in make_headers()
297 l->data = next->data; in make_headers()
304 for(l = head; l; l = l->next) { in make_headers()
[all …]
H A Doptiontable.pl75 my $l = $_;
78 if($l =~ /(.*)\),/) {
88 chomp $l;
89 $fl .= $l;
H A Dllist.c54 Curl_llist_init(struct Curl_llist *l, Curl_llist_dtor dtor) in Curl_llist_init() argument
56 l->_size = 0; in Curl_llist_init()
57 l->_dtor = dtor; in Curl_llist_init()
58 l->_head = NULL; in Curl_llist_init()
59 l->_tail = NULL; in Curl_llist_init()
61 l->_init = LLISTINIT; in Curl_llist_init()
H A Dhash.c113 struct Curl_llist *l; in Curl_hash_add2() local
127 l = FETCH_LIST(h, key, key_len); in Curl_hash_add2()
129 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_add2()
140 Curl_llist_append(l, he, &he->list); in Curl_hash_add2()
174 struct Curl_llist *l = FETCH_LIST(h, key, key_len); in Curl_hash_delete() local
176 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_delete()
199 struct Curl_llist *l; in Curl_hash_pick() local
201 l = FETCH_LIST(h, key, key_len); in Curl_hash_pick()
202 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_pick()
H A Dsplay.c46 struct Curl_tree N, *l, *r, *y; in Curl_splay() local
51 l = r = &N; in Curl_splay()
81 l->larger = t; /* link larger */ in Curl_splay()
82 l = t; in Curl_splay()
89 l->larger = t->smaller; /* assemble */ in Curl_splay()
/curl/packages/OS400/
H A Dccsidcurl.c168 int l; in dynconvert() local
182 if(l < 0) { in dynconvert()
199 l += l2; in dynconvert()
402 if(l <= 0) in convert_version_info_string()
406 *bufp += l; in convert_version_info_string()
703 int l; in Curl_formadd_convert() local
720 l = convert(cp, MAX_CONV_EXPANSION * l, ASCII_CCSID, in Curl_formadd_convert()
723 if(l < 0) { in Curl_formadd_convert()
738 return l; in Curl_formadd_convert()
1027 int l; in Curl_formget_callback_ccsid() local
[all …]
/curl/tests/libtest/
H A Dlib1945.c45 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument
50 return n*l; in write_cb()

Completed in 30 milliseconds

1234