Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 7 of 7) sorted by relevance

/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml49 grep -Eo "#([0-9]+)" log | cut -d# -f2 | sort | uniq | xargs -t -n1 -I{} \
52 …rep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {} \
60 grep -Eo "github.com/(.+)/(.+)/pull/([0-9]+)" log | sort | uniq | xargs -t -n1 -I{} \
63 …rep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {} \
H A Dcheckdocs.yml62 run: git ls-files -z '*.md' | xargs -0 -n1 .github/scripts/trimmarkdownheader.pl
92 …line-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md -print0 | xargs -0 -n1 .github/scripts/clea…
105 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl
108 …libcurl \( -name "curl_*.md" -o -name "libcurl*.md" \) -print0 | xargs -0 -n1 .github/scripts/clea…
111 … run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl
114 …run: find docs/cmdline-opts -name "_*.md" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl --no-…
H A Dappveyor-status.yml31 … echo ${APPVEYOR_TARGET_URL} | sed 's/\/project\//\/api\/projects\//' | xargs -t -n1 curl -s | \
H A Dchecksrc.yml42 run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl
H A Dmacos.yml148 …g-config libpsl libssh2 nghttp2 stunnel ${{ matrix.install }} | xargs -Ix -n1 echo brew '"x"' > /t…
310 …ig libpsl libssh2 nghttp2 stunnel ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /t…
477 echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
/curl/lib/
H A Deasy.c1225 ssize_t n1; in curl_easy_recv() local
1241 result = Curl_conn_recv(data, FIRSTSOCKET, buffer, buflen, &n1); in curl_easy_recv()
1246 *n = (size_t)n1; in curl_easy_recv()
H A Dhttp.c1238 static bool hd_name_eq(const char *n1, size_t n1len, in hd_name_eq() argument
1242 return strncasecompare(n1, n2, n1len); in hd_name_eq()

Completed in 27 milliseconds