Searched refs:n1 (Results 1 – 7 of 7) sorted by relevance
49 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 {} \
65 # run: git ls-files -z '*.md' | xargs -0 -n1 .github/scripts/trimmarkdownheader.pl96 …line-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md -print0 | xargs -0 -n1 .github/scripts/clea…109 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl112 …libcurl \( -name "curl_*.md" -o -name "libcurl*.md" \) -print0 | xargs -0 -n1 .github/scripts/clea…115 … run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl118 …run: find docs/cmdline-opts -name "_*.md" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl --no-…
31 … echo ${APPVEYOR_TARGET_URL} | sed 's/\/project\//\/api\/projects\//' | xargs -t -n1 curl -s | \
42 run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl
201 …pkgconf libpsl libssh2 nghttp2 stunnel ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"'…415 echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
1230 ssize_t n1; in curl_easy_recv() local1247 result = Curl_conn_recv(data, FIRSTSOCKET, buffer, buflen, &n1); in curl_easy_recv()1252 *n = (size_t)n1; in curl_easy_recv()
1238 static bool hd_name_eq(const char *n1, size_t n1len, in hd_name_eq() argument1242 return strncasecompare(n1, n2, n1len); in hd_name_eq()
Completed in 24 milliseconds