Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 36) sorted by relevance

12

/curl/.github/workflows/
H A Dnon-native.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
64 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
73 echo '::group::build examples'
103 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
112 echo '::group::build examples'
147 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'
155 echo '::group::build examples'
178 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
186 echo '::group::build examples'
210 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'
[all …]
H A Dfuzz.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dappveyor-status.yml11 group: ${{ github.workflow }}-${{ github.event.sha }}-${{ github.event.target_url }}
H A Dlinux-old.yml89 echo '::group::raw'; cat bld-1/lib/curl_config.h || true; echo '::endgroup::'
102 echo '::group::raw'; cat bld-cares/lib/curl_config.h || true; echo '::endgroup::'
132 echo '::group::raw'; cat bld-am/lib/curl_config.h || true; echo '::endgroup::'
H A Dcodeql-analysis.yml39 group: ${{ github.workflow }}
H A Dmacos.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
221 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'
222 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
271 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
429 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'
430 … echo '::group::brew packages preinstalled'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
490 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
H A Dhacktoberfest-accepted.yml15 group: ${{ github.workflow }}
H A Dwindows.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
98 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
146 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
265 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
356 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
484 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
570 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
600 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
765 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
H A Dcurl-for-win.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Ddistcheck.yml17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dconfigure-vs-cmake.yml71 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
H A Dcheckdocs.yml30 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
/curl/docs/cmdline-opts/
H A Dquote.md49 ## chgrp group file
50 The chgrp command sets the group ID of the file named by the file operand to
51 the group ID specified by the group operand. The group operand is a decimal
52 integer group ID.
H A Dnetrc.md25 permissions (it should be neither world- nor group-readable). The environment
/curl/tests/libtest/
H A Dlib576.c53 if(finfo->strings.group) in chunk_bgn()
54 printf("Group: %s\n", finfo->strings.group); in chunk_bgn()
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md69 ## chgrp group file
71 The chgrp command sets the group ID of the file named by the file operand to
72 the group ID specified by the group operand. The group operand is a decimal
73 integer group ID.
H A DCURLOPT_CHUNK_BGN_FUNCTION.md39 char *group;
/curl/lib/
H A Dftplistparser.c90 } group; member
174 size_t group; member
321 finfo->strings.group = parser->offsets.group ? in ftp_pl_insert_finfo()
322 str + parser->offsets.group : NULL; in ftp_pl_insert_finfo()
581 parser->state.UNIX.sub.group = PL_UNIX_GROUP_PRESPACE; in Curl_ftp_parselist()
589 switch(parser->state.UNIX.sub.group) { in Curl_ftp_parselist()
594 parser->state.UNIX.sub.group = PL_UNIX_GROUP_NAME; in Curl_ftp_parselist()
601 parser->offsets.group = parser->item_offset; in Curl_ftp_parselist()
/curl/tests/http/testenv/
H A Denv.py95 self.curl_props['fullname'] = m.group(0)
96 self.curl_props['version'] = m.group('version')
97 self.curl_props['os'] = m.group('os')
99 lib.lower() for lib in m.group('libs').split(' ')
185 self._caddy_version = m.group(1)
213 self._vsftpd_version = m.group(1)
H A Dcurl.py923 "protocol": m.group(1),
924 "status": int(m.group(2)),
925 "description": m.group(3),
935 response['trailer'][m.group(1).lower()] = m.group(2)
940 response['header'][m.group(1).lower()] = m.group(2)
/curl/tests/
H A Dutil.py86 return m.group(1).lstrip()
/curl/tests/http/
H A Dscorecard.py656 size = int(m.group(1))
657 if not m.group(2):
659 elif m.group(2).lower() == 'kb':
661 elif m.group(2).lower() == 'mb':
663 elif m.group(2).lower() == 'gb':
762 remote_addr = m.group(1)
763 remote_port = int(m.group(2))
H A Dtest_08_caddy.py235 earlydata[int(m.group(1))] = int(m.group(2))
H A Dtest_13_proxy_auth.py56 return m.group(1)
/curl/scripts/
H A Dmaketgz189 …tar --create --format=ustar --owner=0 --group=0 --numeric-owner --sort=name curl-* | gzip --best -…

Completed in 28 milliseconds

12