Home
last modified time | relevance | path

Searched refs:check_part (Results 1 – 25 of 65) sorted by relevance

123

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dchk_cyrus.c72 static const char *check_part = NULL; /* partition we are checking */ variable
91 if (check_part && strcmp(mbentry->partition, check_part)) { in chkmbox()
125 check_part = optarg; in main()
129 if(check_part) { in main()
153 (check_part ? check_part : "ALL PARTITIONS")); in main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dchk_cyrus.c72 static const char *check_part = NULL; /* partition we are checking */ variable
92 if (check_part && strcmp(mbentry->partition, check_part)) { in chkmbox()
126 check_part = optarg; in main()
130 if(check_part) { in main()
151 (check_part ? check_part : "ALL PARTITIONS")); in main()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dchk_cyrus.c72 static const char *check_part = NULL; /* partition we are checking */ variable
92 if (check_part && strcmp(mbentry->partition, check_part)) { in chkmbox()
126 check_part = optarg; in main()
130 if(check_part) { in main()
151 (check_part ? check_part : "ALL PARTITIONS")); in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest2.1762 proc check_part {part_type part_val} {
179 check_part AllowQos $qos_name
189 check_part AllowQos ALL
199 check_part DenyQos $qos_name
209 check_part DenyQos none
H A Dtest2.1662 proc check_part {part_type part_val} {
176 check_part AllowAccounts $acct_name
186 check_part AllowAccounts ALL
196 check_part DenyAccounts $acct_name
206 check_part DenyAccounts none
H A Dtest17.36242 proc check_part { } {
274 check_part
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dman_validate.c44 static void check_part(CHKARGS);
83 check_part, /* RS */
200 check_part(man, n); in post_UR()
245 check_part(CHKARGS) in check_part() function
/dports/cad/horizon-eda/horizon-2.1.0/src/checks/
H A Dcheck_part.hpp5 RulesCheckResult check_part(const class Part &part);
H A Dcheck_item.cpp22 return check_part(*pool.get_part(uu)); in check_item()
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Drange-test.c10 check_part (SoupMessageHeaders *headers, const char *body, gsize body_len, in check_part() function
90 check_part (msg->response_headers, msg->response_body->data, in do_single_range()
141 check_part (headers, body->data, body->length, FALSE, 0, 0); in do_multi_range()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Drange-test.c10 check_part (SoupMessageHeaders *headers, in check_part() function
95 check_part (soup_message_get_response_headers (msg), body, TRUE, start, end); in do_single_range()
148 check_part (headers, body, FALSE, 0, 0); in do_multi_range()
/dports/devel/sunpromake/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/devel/smake/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/devel/schilybase/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/net/rscsi/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/archivers/star/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/sysutils/cdrtools/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/editors/ved/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/devel/sccs/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/sysutils/schilyutils/schily-2021-09-18/label/
H A DMKLINKS36 $symlink ../sformat/check_part.c .
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dman_validate.c46 static void check_part(CHKARGS);
84 check_part, /* RS */
287 check_part(man, n); in post_UR()
291 check_part(CHKARGS) in check_part() function
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/plugins/
H A Ddomainauth.py85 check_part = parts[-1]
87 check_part = parts[0]
91 domain_match = re.search("(?<=@)[\w.-]+", check_part)
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dpartxbox.c76 .check_part=&check_part_xbox,
124 disk_car->arch->check_part(disk_car,verbose,partition,saveheader); in read_part_xbox()
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/partitions/
H A Dcore.c16 static int (*check_part[])(struct parsed_partitions *) = { variable
146 while (!res && check_part[i]) { in check_partition()
148 res = check_part[i++](state); in check_partition()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/partitions/
H A Dcore.c16 static int (*check_part[])(struct parsed_partitions *) = { variable
146 while (!res && check_part[i]) { in check_partition()
148 res = check_part[i++](state); in check_partition()

123