Searched refs:text (Results 26 - 50 of 853) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py10 text = sys.stdin.readlines() variable
13 expect_inserted_pos = text.index("Inserted:\n")
14 expect_active_pos = text.index("Active:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
16 got_active_pos = text.index("Active events:\n")
26 now,T= text[1].split()
29 want_inserted = set(text[expect_inserted_pos+1:expect_active_pos])
30 want_active = set(text[expect_active_pos+1:got_inserted_pos-1])
31 got_inserted = set(text[got_inserted_pos+1:got_active_pos])
32 got_active = set(text[got_active_po
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c76 uint32_t *text; local
80 if ((text = malloc(symp->st_size + 4)) == NULL) {
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
87 free(text);
95 text[symp->st_size / 4] = 0;
108 while (text[i] == FASTTRAP_INSTR) {
118 if (Pread(P, &text[i], 4,
122 free(text);
128 free(text);
134 text[
[all...]
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c161 /* Source file text */
162 typedef struct text { struct
163 char text[MAX_TEXT_SIZE]; /* source text */ member in struct:text
180 char *text; /* source text */ member in struct:decl_spec
196 char *text; /* source text */ member in struct:_Declarator
232 Text text; member in union:__anon825
1382 if (strcmp(yystack.l_mark[0].declarator->text, yystac
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/ipf/
H A Dt_filter_parse.sh86 test_case i1 itest text ipf
87 test_case i2 itest text ipf
88 test_case i3 itest text ipf
89 test_case i4 itest text ipf
90 test_case i5 itest text ipf
91 test_case i6 itest text ipf
92 test_case i7 itest text ipf
93 test_case i8 itest text ipf
94 test_case i9 itest text ipf
95 test_case i10 itest text ip
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c87 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
109 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
126 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) ||
127 (dmodel == PR_MODEL_LP64 && (text[i] & 0xf0) == 0x40 &&
128 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) {
144 uint8_t *text; local
163 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
168 if (Pread(P, text, sym
86 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
305 uint8_t *text; local
388 uint8_t *text; local
[all...]
/freebsd-11.0-release/contrib/byacc/test/
H A Dgrammar.y20 %token <text> '(' '*' '&'
76 %type <text> struct_or_union pointer opt_type_qualifiers type_qualifier_list
78 %type <text> enumeration
131 /* Source file text */
132 typedef struct text {
133 char text[MAX_TEXT_SIZE]; /* source text */
150 char *text; /* source text */
166 char *text; /* sourc
[all...]
H A Derr_syntax15.y7 %start text
H A Derr_syntax7.y6 %token <text> '\777'
H A Derr_syntax7a.y6 %token <text> '\xfff'
H A Derr_syntax7b.y6 %token <text> '\x.'
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditsReceiver.h25 virtual void insert(SourceLocation loc, StringRef text) = 0;
26 virtual void replace(CharSourceRange range, StringRef text) = 0;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/string/
H A Dt_bm.c49 const char *text; member in struct:__anon4717
76 char *text; local
83 ATF_REQUIRE(text = strdup(testcases[ts].text));
84 off = bm_exec(pattern, (u_char *)text, strlen(text));
90 (off-(u_char *)text));
93 free(text);
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_winch.c49 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx])
50 | AttrOf(win->_line[win->_cury].text[win->_curx]));
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c55 MyList[MySize++].text = 0;
60 if (MyList[bufnum].text == 0
62 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text);
63 if (MyList[bufnum].text != 0)
66 result = MyList[bufnum].text;
74 if (MyList[MySize].text != 0) {
75 free(MyList[MySize].text);
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/arm/
H A Drestore_vfp_d8_d15_regs.S22 .text
H A Dsave_vfp_d8_d15_regs.S22 .text
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dinterror.c551 static char text[80]; local
560 sprintf(text, "unknown error %d", errnum);
562 sprintf(text, "retrieving error number failed (%d)", errno);
564 return text;
572 static char text[80]; local
580 sprintf(text, "unknown error %d", errnum);
581 return text;
/freebsd-11.0-release/contrib/dialog/samples/
H A Ddialog.py77 def setBackgroundTitle(self, text):
78 self.__bgTitle = '--backtitle "%s"' % text
104 def yesno(self, text, height=10, width=30, title=''):
111 '--yesno "%s" %d %d' % (text, height, width))
115 def msgbox(self, text, height=10, width=30, title=''):
121 '--msgbox "%s" %d %d' % (text, height, width))
124 def infobox(self, text, height=10, width=30):
126 self.__perform('--infobox "%s" %d %d' % (text, height, width))
129 def inputbox(self, text, height=10, width=30, init='', title=''):
135 '--inputbox "%s" %d %d "%s"' % (text, heigh
[all...]
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibhosts.in50 text="`eval $netcmd`"
52 echo "$text" | awk '
H A Dibrouters.in50 text="`eval $netcmd`"
52 echo "$text" | awk '
H A Dibswitches.in50 text="`eval $netcmd`"
52 echo "$text" | awk '
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk29 function add_string(text) {
30 if (text != "IGNORE") {
32 offset = offset + length(text) + 1;
33 printf "%s\\0", text;
/freebsd-11.0-release/sys/amd64/amd64/
H A Dapic_vector.S53 .text
77 .text ; \
108 .text
127 .text
140 .text
152 .text
166 .text
181 .text
211 .text
223 .text
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/mdc2/
H A Dmdc2test.c99 static char *text = "Now is the time for all "; local
102 ebcdic2ascii(text, text, strlen(text));
107 EVP_DigestUpdate(&c, (unsigned char *)text, strlen(text));
124 EVP_DigestUpdate(&c, (unsigned char *)text, strlen(text));
/freebsd-11.0-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib_rnd.c40 char text[1000]; variable
52 for (i = 0; i < sizeof(text)/sizeof(long); i++)
53 *(long *)(text + i * sizeof(long)) = random();
67 co1.len = sizeof(text);
68 co1.src = text;
91 if (z.total_out != sizeof(text))
93 if (memcmp(buf2, text, sizeof(text)))

Completed in 259 milliseconds

1234567891011>>