HomeSort by: relevance | last modified time | path
    Searched refs:match (Results 1 - 25 of 1594) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/vgrind/RETEST/
retest.c 57 char *match; local in function:main
65 match = ireg;
66 while(*match) {
67 switch (*match) {
73 printf ("%c", *match);
77 if (isalnum(*match))
78 printf("%c", *match);
80 printf ("<%03o>", *match);
83 match++;
89 match = str
    [all...]
  /src/tests/net/if/
t_ifconf.sh 51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total
70 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l"
71 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l"
72 atf_check -s exit:0 -o match:3 -x "$ifconf list 3 | wc -l
    [all...]
t_ifconfig.sh 110 atf_check -s exit:0 -o match:'inet 127.0.0.1' rump.ifconfig lo0 inet
111 atf_check -s exit:0 -o match:'inet localhost' rump.ifconfig -N lo0 inet
112 atf_check -s exit:0 -o match:'inet6 ::1' rump.ifconfig lo0 inet6
113 atf_check -s exit:0 -o match:'inet6 localhost' rump.ifconfig -N lo0 inet6
114 atf_check -s not-exit:0 -e match:'not supported' rump.ifconfig lo0 atalk
115 atf_check -s not-exit:0 -e match:'not supported' rump.ifconfig -N lo0 atalk
126 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
127 atf_check -s exit:0 -o match:'vltime' rump.ifconfig -L shmif0
131 atf_check -s exit:0 -o match:'localhost' rump.ifconfig -N lo0
132 atf_check -s exit:0 -o match:'0 packets' rump.ifconfig -v lo
    [all...]
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 78 /* Create and init match structure for a given machine. */
80 void regex_reset_match(struct regex_match *match);
81 void regex_free_match(struct regex_match *match);
85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
86 int regex_get_result(struct regex_match *match, int *end, int *id);
87 /* Returns true, if the best match has already found. */
88 int regex_is_match_finished(struct regex_match *match);
93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int length);
  /src/tests/usr.bin/ld/
t_section.sh 74 match ".text" &&
75 match "hoge" &&
78 match ".data" &&
79 match "fuga" &&
80 match ".bss" &&
86 match() { function
  /src/sys/arch/arc/arc/
platform.c 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local in function:ident_platform
61 rv = (*plattab[i]->match)(plattab[i]);
62 if (rv > match) {
63 match = rv;
66 } else if (rv == match) {
77 rv = (*plattab[i]->match)(plattab[i]);
78 if (rv < match)
90 if (match)
92 return match;
  /src/tests/bin/sh/
t_option.sh 129 atf_check -s exit:0 -o match:VAR=value -e empty ${TEST_SH} -ce \
210 atf_check -s exit:0 -o match:I_am_OK -e empty \
215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
293 atf_check -s exit:0 -o match:first -o not-match:second -e empty \
295 atf_check -s exit:0 -o match:first -o not-match:third -e empty
    [all...]
t_exit.sh 37 atf_check -o match:0 -e empty ${TEST_SH} -c 'true; true & echo $?'
39 atf_check -o match:0 -e empty ${TEST_SH} -c 'false; true & echo $?'
48 atf_check -s exit:0 -o match:STATUS=1-0 -e empty \
68 atf_check -s exit:0 -o match:0 -e empty \
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
140 atf_check -o match:0 -e empty
    [all...]
  /src/games/monop/
getinp.c 56 int i, n_match, match = 0; local in function:getinp
67 for (i = 0, match = 18; lst[i]; i++) {
68 if ((match+=(n_match=strlen(lst[i]))) > LINE) {
70 match = n_match + 8;
73 match += 8;
82 match += 2;
93 match = i;
96 return match;
  /src/tests/net/if_shmif/
t_shmif.sh 50 atf_check -o match:'linkstate: up' \
51 -o match:"media: $auto" \
52 -o not-match:"<UP" rump.ifconfig -v shmif0
54 atf_check -o match:'linkstate: up' \
55 -o match:"media: $auto" \
56 -o match:"<UP" rump.ifconfig -v shmif0
59 atf_check -o match:'linkstate: down' \
60 -o match:"media: $none" \
61 -o match:"<UP" rump.ifconfig -v shmif0
64 atf_check -o match:'linkstate: up'
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-match.exp 1 make: varmod-match.mk:293: Unfinished character list in pattern "a[" of modifier ":M"
3 make: varmod-match.mk:301: Unfinished character list in pattern "a[^" of modifier ":M"
5 make: varmod-match.mk:309: Unfinished character list in pattern "[-x1-3" of modifier ":M"
7 make: varmod-match.mk:317: Unfinished character list in pattern "*[-x1-3" of modifier ":M"
9 make: varmod-match.mk:326: Unfinished character list in pattern "[^-x1-3" of modifier ":M"
11 make: varmod-match.mk:340: Unfinished character list in pattern "?[\" of modifier ":M"
13 make: varmod-match.mk:348: Unfinished character range in pattern "[x-" of modifier ":M"
15 make: varmod-match.mk:360: Unfinished character range in pattern "[^x-" of modifier ":M"
17 make: varmod-match.mk:367: Unfinished character list in pattern "[" of modifier ":M"
19 make: varmod-match.mk:367: Unknown modifier ":]
    [all...]
  /src/sys/arch/mvmeppc/include/
platform.h 41 int (*match)(struct platform *); member in struct:platform
  /src/sys/dev/fdt/
fdt_platform.c 49 int match, best_match = 0; local in function:fdt_platform_find
57 match = of_compatible_match(phandle, compat_data);
58 if (match > best_match) {
59 best_match = match;
  /src/tests/net/ipsec/
common.sh 38 atf_check -s exit:0 -o match:"No SAD entries." $HIJACKING setkey -D -a
39 atf_check -s exit:0 -o match:"No SPD entries." $HIJACKING setkey -D -P
52 atf_check -s exit:0 -o match:"$local_addr $remote_addr" \
54 atf_check -s exit:0 -o match:"$remote_addr $local_addr" \
70 -o match:"$local_addr\[any\] $remote_addr\[any\] 255\(reserved\)" \
73 -o match:"$remote_addr\[any\] $local_addr\[any\] 255\(reserved\)" \
t_ipsec_sysctl.sh 45 atf_check -s not-exit:0 -e match:'invalid' \
47 atf_check -s not-exit:0 -e match:'invalid' \
73 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.enabled
76 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet6.ipsec6.enabled
78 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used
80 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ipsec6.used
88 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used
89 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ipsec6.used
97 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.used
98 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet6.ipsec6.use
    [all...]
  /src/tests/usr.bin/pwhash/
t_pwhash.sh 7 atf_check -s exit:0 -o match:"^\\\$2a\\\$" -x \
17 atf_check -s exit:0 -o match:"^\\\$1\\\$" -x \
27 atf_check -s exit:0 -o match:"^\\\$sha1\\\$" -x \
38 -o match:"^\\\$argon2i\\\$v=19\\\$m=1024,t=1,p=1\\\$" -x \
49 -o match:"^\\\$argon2id\\\$v=19\\\$m=256,t=3,p=1\\\$" -x \
60 -o match:"^\\\$argon2d\\\$v=19\\\$" -x \
  /src/tests/sbin/gpt/
t_gpt.sh 50 match() { function
51 local match="$1"
53 atf_check -s exit:0 -e empty -o match:"$match" "$@"
57 local match="$1"
59 atf_check -s exit:0 -o empty -e match:"$match" "$@"
86 match "$(partaddmsg 1 34 1024)" gpt add -t efi -s 1024 "$disk"
87 match "$(partaddmsg 2 1058 9150)" gpt add "$disk"
161 match "$(attrmsg 1)" gpt set -i 1 -a biosboot,bootme "$disk
    [all...]
  /src/sys/lib/libkern/
pmatch.c 43 * Return 2 on exact match.
44 * Return 1 on substring match.
45 * Return 0 on no match.
47 * *estr will point to the end of the longest exact or substring match.
53 int match, negate_range; local in function:pmatch
107 match = 0;
113 if (match)
117 match =
122 match = (stringc == rangec);
126 if (match == negate_range
    [all...]
  /src/tests/net/arp/
t_dad.sh 99 atf_check -s exit:0 -o match:'3 -> 5' \
111 atf_check -s exit:0 -o not-match:'10\.0\.0\.1.+TENTATIVE' cat ./out
113 atf_check -s exit:0 -o match:'10\.0\.0\.2.+TENTATIVE' cat ./out
121 atf_check -s exit:0 -o match:"$pkt" cat ./out
124 atf_check -s exit:0 -o not-match:"$pkt" cat ./out
135 atf_check -s exit:0 -o match:"$pkt" cat ./out
137 atf_check -s exit:0 -o not-match:'10\.0\.0\.2.+TENTATIVE' \
146 atf_check -s exit:0 -o match:'10\.0\.0\.3.+TENTATIVE' \
154 atf_check -s exit:0 -o match:"$pkt" cat ./out
165 atf_check -s exit:0 -o match:"$pkt" cat ./ou
    [all...]
  /src/sys/dev/scsipi/
scsipiconf.c 183 const struct scsipi_inquiry_pattern *match = base; local in function:scsipi_inqmatch
186 if (type != match->type)
188 if (inqbuf->removable != match->removable)
191 len = strlen(match->vendor);
192 if (memcmp(inqbuf->vendor, match->vendor, len))
195 len = strlen(match->product);
196 if (memcmp(inqbuf->product, match->product, len))
199 len = strlen(match->revision);
200 if (memcmp(inqbuf->revision, match->revision, len))
206 priority, match->type, match->removable
    [all...]
  /src/tests/net/net/
t_ipv6_lifetime.sh 59 atf_check -s exit:0 -o not-match:'pltime' rump.ifconfig -L shmif0
60 atf_check -s exit:0 -o not-match:'vltime' rump.ifconfig -L shmif0
66 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
67 atf_check -s exit:0 -o match:'vltime infty' rump.ifconfig -L shmif0
71 atf_check -s exit:0 -o match:"$ip.+$deprecated" rump.ifconfig -L shmif0
75 atf_check -s not-exit:0 -e match:'Invalid argument' \
82 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
83 atf_check -s exit:0 -o match:'vltime' rump.ifconfig -L shmif0
87 atf_check -s exit:0 -o not-match:"$ip" rump.ifconfig -L shmif0
90 atf_check -s not-exit:0 -e match:'Invalid argument' rump.ifconfig
    [all...]
  /src/tests/rump/rumpkern/h_server/
h_simpleserver.c 29 bool match; local in function:main
50 match = true;
54 if (!match) {
  /src/usr.bin/xargs/
strnsubst.c 28 * Replaces str with a string consisting of str with match replaced with
38 strnsubst(char **str, const char *match, const char *replstr, size_t maxsize)
47 * to duplicate s1. XXX we maybe should double-check whether the match
54 match = NULL;
64 if (match == NULL || replstr == NULL || maxsize == strlen(s1)) {
70 this = strstr(s1, match);
74 strlen(match) + 1) > maxsize) {
80 s1 = this + strlen(match);
  /src/sys/arch/hpc/hpc/
platid.c 125 struct platid_name *match; local in function:platid_name
127 match = platid_search(pid,
131 return ((match != NULL) ? match->name : TEXT("UNKNOWN"));
150 void *match; local in function:platid_search
153 match = NULL;
158 match = base;
163 return (match);
  /src/sys/arch/mips/alchemy/dev/
auaudio.c 55 auaudio_match(device_t parent, cfdata_t match, void *aux)
60 if (strcmp(aa->aa_name, match->cf_name) == 0)

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>