Searched full:jq (Results 1 – 25 of 54) sorted by relevance
123
/freebsd/usr.sbin/lpr/lpc/ |
H A D | movejobs.c | 111 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) in touch_jqe() argument 122 if (jq == NULL) { in touch_jqe() 141 jq->job_matched = 0; in touch_jqe() 142 if (jq->job_processed) { in touch_jqe() 143 printf("\tmoved %s earlier\n", jq->job_cfname); in touch_jqe() 146 jq->job_processed = 1; in touch_jqe() 152 ret = utimes(jq->job_cfname, tvp); in touch_jqe() 157 printf("\tmoved %s (user %s)\n", jq->job_cfname, in touch_jqe() 160 printf("\tmoved %s\n", jq->job_cfname); in touch_jqe()
|
/freebsd/tools/tools/git/ |
H A D | git-arc.sh | 205 jq -r "select(.response != []) | .response.${diff}.phid" 220 status=$(jq -r "select(.response != []) | .response.${diff}.status" < "$tmp") 221 summary=$(jq -r "select(.response != []) | 341 …jq '.response.data[0].attachments.reviewers.reviewers[] | select(.status == "accepted").reviewerPH… 347 jq -r '.response.data[].fields.username' 567 authorid=$(jq -r '.response.data[].fields.authorPHID' "$review_data") 572 jq -r '.response.data[].fields' > "$user_data" 573 user_addr=$(jq -r '.username' "$user_data") 574 user_name=$(jq -r '.realName' "$user_data") 584 jq -r '.response | flatten | .[]' > "$diff_data" [all …]
|
/freebsd/sbin/route/tests/ |
H A D | basic.sh | 36 atf_set require.progs jail jq 81 atf_set require.progs jail jq 125 atf_set require.progs jail jq 153 atf_set require.progs jail jq
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps.sh | 17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 34 fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \ 50 gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \ 78 gdb git jq kernel-rpm-macros ksh libacl-devel libaio-devel \
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | matchjobs.c | 401 match_jobspec(struct jobqueue *jq, struct jobspec *jspec) in match_jobspec() argument 408 printf("\t [ match-js checking %s ]\n", jq->job_cfname); in match_jobspec() 411 if (jspec == NULL || jq == NULL) in match_jobspec() 418 if (jq->job_matched) in match_jobspec() 421 jnum = calc_jobnum(jq->job_cfname, &cf_hoststr); in match_jobspec() 453 cfinf = ctl_readcf("fakeq", jq->job_cfname); in match_jobspec() 462 jq->job_matched = 1; /* avoid matching the job twice */ in match_jobspec()
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-qemu.yml | 51 os_json=$(echo ${os_selection} | jq -c) 55 os_json=$(echo $os_json | jq -c '. += ["centos-stream9"]') 58 os_json=$(echo $os_json | jq -c '. += ["centos-stream10"]')
|
/freebsd/contrib/bearssl/samples/ |
H A D | key-root-ec.pem | 4 wuXYxfN/jQ==
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1236 Value *JQ = One; in expandDivRem24Impl() local 1239 // char|short jq = ia ^ ib; in expandDivRem24Impl() 1240 JQ = Builder.CreateXor(Num, Den); in expandDivRem24Impl() 1242 // jq = jq >> (bitsize - 2) in expandDivRem24Impl() 1243 JQ = Builder.CreateAShr(JQ, Builder.getInt32(30)); in expandDivRem24Impl() 1245 // jq = jq | 0x1 in expandDivRem24Impl() 1246 JQ = Builder.CreateOr(JQ, One); in expandDivRem24Impl() 1295 // jq = (cv ? jq : 0); in expandDivRem24Impl() 1296 JQ = Builder.CreateSelect(CV, JQ, Builder.getInt32(0)); in expandDivRem24Impl() 1298 // dst = iq + jq; in expandDivRem24Impl() [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | root-key.pem | 27 Jq+6oI4L87uoIoyqvltRK3hM
|
H A D | ca-key2.pem | 10 8xRh6EjPPDSsQ9pqWR1WqUAloltJz96bz3ljUZPe+Jq+lnDp2sdnROs/oOzo+Zkz
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | ether.sh | 176 atf_set require.progs jq 204 | jq '."arp"."arp-cache"[] | 217 | jq '."arp"."arp-cache"[] | 234 | jq '."arp"."arp-cache"[] |
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/ |
H A D | tst.usym.ksh | 39 jq . $dtraceout.json
|
H A D | tst.mod.ksh | 39 jq . $dtraceout.json
|
H A D | tst.sym.ksh | 39 jq . $dtraceout.json
|
H A D | tst.umod.ksh | 39 jq . $dtraceout.json
|
H A D | tst.ustack.ksh | 43 jq . $dtraceout.json
|
H A D | tst.agg.avg.ksh | 48 jq . $dtraceout.json
|
H A D | tst.agg.count.ksh | 48 jq . $dtraceout.json
|
H A D | tst.agg.max.ksh | 48 jq . $dtraceout.json
|
H A D | tst.agg.min.ksh | 48 jq . $dtraceout.json
|
H A D | tst.agg.stddev.ksh | 48 jq . $dtraceout.json
|
H A D | tst.agg.sum.ksh | 48 jq . $dtraceout.json
|
H A D | tst.aggmod.ksh | 48 jq . $dtraceout.json
|
H A D | tst.aggstack.ksh | 48 jq . $dtraceout.json
|
H A D | tst.aggsym.ksh | 48 jq . $dtraceout.json
|
123