Searched refs:text (Results 51 - 75 of 3083) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Drp_17.h30 dns_name_t text; member in struct:dns_rdata_rp
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dresult.c37 const char ** text; member in struct:resulttable
43 static const char *text[ISC_R_NRESULTS] = { variable
116 register_table(unsigned int base, unsigned int nresults, const char **text, argument
123 REQUIRE(text != NULL);
134 table->text = text;
155 result = register_table(ISC_RESULTCLASS_ISC, ISC_R_NRESULTS, text,
174 const char *text, *default_text; local
181 text = NULL;
187 default_text = table->text[inde
208 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dbintest.s2 .text
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dentrymask.s1 .text
/macosx-10.10.1/ntp-92/lib/isc/
H A Dresult.c37 const char ** text; member in struct:resulttable
43 static const char *text[ISC_R_NRESULTS] = { variable
115 register_table(unsigned int base, unsigned int nresults, const char **text, argument
122 REQUIRE(text != NULL);
133 table->text = text;
154 result = register_table(ISC_RESULTCLASS_ISC, ISC_R_NRESULTS, text,
173 const char *text, *default_text; local
180 text = NULL;
186 default_text = table->text[inde
207 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddsn_util.c16 /* const char *text; /* Free text */
20 /* DSN_SPLIT *dsn_split(dp, def_dsn, text)
23 /* const char *text;
25 /* char *dsn_prepend(def_dsn, text)
27 /* const char *text;
29 /* size_t dsn_valid(text)
30 /* const char *text;
44 /* status codes and descriptive free text.
46 /* dsn_split() splits text int
112 dsn_valid(const char *text) argument
138 dsn_split(DSN_SPLIT *dp, const char *def_dsn, const char *text) argument
177 dsn_prepend(const char *def_dsn, const char *text) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip.test46 set text [join {
64 set res [docstrip::extract $text foo]
65 append res [docstrip::extract $text {foo bar}]
66 append res [docstrip::extract $text bar]
89 set text [join {
101 set res [docstrip::extract $text foo -metaprefix {# }]
102 append res [docstrip::extract $text bar -metaprefix {#}]
120 set text [join {
134 set res [docstrip::extract $text myblock -metaprefix {# }]
135 append res [docstrip::extract $text {}]
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationTextEditor.css26 .css-style-text-editor {
31 .css-style-text-editor > .CodeMirror {
35 .css-style-text-editor > .CodeMirror-scroll {
39 .css-style-text-editor > .CodeMirror .CodeMirror-placeholder {
42 text-indent: 0;
45 .css-style-text-editor > .CodeMirror pre {
48 text-indent: -21px;
51 .css-style-text-editor > .CodeMirror pre * {
52 text-indent: 0;
55 .css-style-text
[all...]
H A DTextEditor.css26 .text-editor {
32 .text-editor > .CodeMirror {
41 .text-editor > .CodeMirror .has-breakpoint:not(.breakpoint-disabled) .CodeMirror-linenumber {
45 .text-editor > .CodeMirror .has-breakpoint.multiple-breakpoints .CodeMirror-linenumber {
49 .text-editor > .CodeMirror .has-breakpoint .CodeMirror-linenumber::before {
65 .text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before {
69 .text-editor > .CodeMirror .breakpoint-auto-continue:not(.breakpoint-disabled) .CodeMirror-linenumber::before {
73 .text-editor > .CodeMirror .breakpoint-disabled .CodeMirror-linenumber::before {
77 .text-editor > .CodeMirror .has-breakpoint.multiple-breakpoints .CodeMirror-linenumber::before {
81 text
[all...]
H A DEventListenerSectionGroup.css29 text-overflow: ellipsis;
H A DScriptContentView.css26 .content-view.script > .text-editor {
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duchriter.cpp21 text(0)
29 text(textPtr)
37 text(textPtr)
47 text(textPtr)
53 text(that.text)
60 text = that.text;
78 return text == realThat.text
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dlogin.c74 server_context_t *text; local
77 text = sparams->utils->malloc(sizeof(server_context_t));
78 if (text == NULL) {
83 memset(text, 0, sizeof(server_context_t));
85 text->state = 1;
87 *conn_context = text;
103 server_context_t *text = (server_context_t *) conn_context; local
108 if (text == NULL) {
112 switch (text->state) {
115 text
229 server_context_t *text = (server_context_t *) conn_context; local
290 client_context_t *text; local
317 client_context_t *text = (client_context_t *) conn_context; local
473 client_context_t *text = (client_context_t *) conn_context; local
[all...]
H A Dsrp.c288 context_t *text = (context_t *) context; local
295 PARAMERROR( text->utils );
304 ret = _plug_buf_alloc(text->utils, &text->encode_buf,
305 &text->encode_buf_len,
319 if (text->layer & BIT_CONFIDENTIALITY) {
323 EVP_EncryptUpdate(&text->cipher_enc_ctx,
324 text->encode_buf + *outputlen, &enclen,
329 input = text->encode_buf + 4;
334 memcpy(text
385 context_t *text = (context_t *) context; local
462 context_t *text = (context_t *) context; local
968 CalculateX(context_t *text, const char *salt, int saltlen, const char *user, const char *pass, int passlen, BIGNUM *x) argument
985 CalculateM1(context_t *text, BIGNUM *N, BIGNUM *g, char *U, char *salt, int saltlen, BIGNUM *A, BIGNUM *B, char *K, int Klen, char *I, char *L, char *M1, int *M1len) argument
1012 CalculateM2(context_t *text, BIGNUM *A, char *M1, int M1len, char *K, int Klen, char *I, char *o, char *sid, uint32 ttl, char *M2, int *M2len) argument
1369 SetMDA(srp_options_t *opts, context_t *text) argument
1388 LayerInit(srp_options_t *opts, context_t *text, sasl_out_params_t *oparams, char *enc_IV, char *dec_IV, unsigned maxbufsize) argument
1469 LayerCleanup(context_t *text) argument
1489 context_t *text = (context_t *) conn_context; local
1551 CalculateV(context_t *text, BIGNUM *N, BIGNUM *g, const char *user, const char *pass, unsigned passlen, BIGNUM *v, char **salt, int *saltlen) argument
1614 ServerCalculateK(context_t *text, BIGNUM *v, BIGNUM *N, BIGNUM *A, BIGNUM *b, BIGNUM *B, char *K, int *Klen) argument
1779 context_t *text; local
1799 srp_server_mech_step1(context_t *text, sasl_server_params_t *params, const char *clientin, unsigned clientinlen, const char **serverout, unsigned *serveroutlen, sasl_out_params_t *oparams) argument
1991 srp_server_mech_step2(context_t *text, sasl_server_params_t *params, const char *clientin, unsigned clientinlen, const char **serverout, unsigned *serveroutlen, sasl_out_params_t *oparams) argument
2157 context_t *text = (context_t *) conn_context; local
2239 context_t *text; local
2497 ClientCalculateK(context_t *text, char *salt, int saltlen, char *user, char *pass, int passlen, BIGNUM *N, BIGNUM *g, BIGNUM *a, BIGNUM *A, BIGNUM *B, char *K, int *Klen) argument
2702 context_t *text; local
2722 srp_client_mech_step1(context_t *text, sasl_client_params_t *params, const char *serverin __attribute__((unused)), unsigned serverinlen, sasl_interact_t **prompt_need, const char **clientout, unsigned *clientoutlen, sasl_out_params_t *oparams) argument
2841 srp_client_mech_step2(context_t *text, sasl_client_params_t *params, const char *serverin, unsigned serverinlen, sasl_interact_t **prompt_need __attribute__((unused)), const char **clientout, unsigned *clientoutlen, sasl_out_params_t *oparams) argument
2978 srp_client_mech_step3(context_t *text, sasl_client_params_t *params, const char *serverin, unsigned serverinlen, sasl_interact_t **prompt_need __attribute__((unused)), const char **clientout __attribute__((unused)), unsigned *clientoutlen __attribute__((unused)), sasl_out_params_t *oparams) argument
3076 context_t *text = (context_t *) conn_context; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/db/
H A Dloaddump-db.in82 ${kadmin} load ${srcdir}/text-dump-0.7 || exit 1
86 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1
87 sort < ${srcdir}/text-dump-0.7 | \
88 sed 's/[0-9]*$//' > out-text-dump-0.7-orig || exit 1
89 cmp out-text-dump-0.7-orig out-text-dump-0.7 || exit 1
92 ${kadmin} load ${srcdir}/text-dump-no-ext || exit 1
96 awk '{$11=""; print;}' > out-text-dump-no-ext || exit 1
97 sort < ${srcdir}/text-dump-no-ext | \
98 awk '{$11=""; print;}' > out-text
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_isadep_x86.c81 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
94 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
110 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) ||
111 (dmodel == PR_MODEL_LP64 && (text[i] & 0xf0) == 0x40 &&
112 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) {
127 uint8_t *text; local
137 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
142 if (Pread(P, text, sym
80 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
279 uint8_t *text; local
353 uint8_t *text; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dscanner.c22 String *text; /* Current token value */ member in struct:Scanner
29 int yylen; /* Length of text pushed into text */
52 s->text = NewStringEmpty();
68 Delete(s->text);
85 Clear(s->text);
99 * Push some new text into the scanner. The scanner will start parsing this text
100 * immediately before returning to the old text.
126 if ( Char(val) != Char(s->text) ) {
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djavascript.pl12 my ( $self, $tag, $text ) = @_;
13 $self->{output} .= $text;
16 "self,tagname,text"
20 my ($self, $text) = @_;
21 $self->{output} .= $text;
23 "self,text"
32 $proxy->push_filter( response => $filter, mime => 'text/html' );
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Djavascript.pl12 my ( $self, $tag, $text ) = @_;
13 $self->{output} .= $text;
16 "self,tagname,text"
20 my ($self, $text) = @_;
21 $self->{output} .= $text;
23 "self,text"
32 $proxy->push_filter( response => $filter, mime => 'text/html' );
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/t/lib/Template/Plugin/
H A DSimple.pm13 my ($self, $text, $args, $conf) = @_;
14 return '**' . $text . '**';
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebLocalizableStringsInternal.mm29 #import <wtf/text/WTFString.h>
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-choice.cxx40 text = new ppdcString(t);
54 text->release();
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_winch.c49 returnChar(CharOf(win->_line[win->_cury].text[win->_curx]) |
50 AttrOf(win->_line[win->_cury].text[win->_curx]));
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_buf.c53 MyList[MySize++].text = 0;
58 if (MyList[bufnum].text == 0
60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text);
61 if (MyList[bufnum].text != 0)
64 result = MyList[bufnum].text;
72 if (MyList[MySize].text != 0) {
73 free(MyList[MySize].text);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_sasl_auth_cache.h33 char *text; member in struct:__anon11598
41 #define smtp_sasl_auth_cache_text(cp) ((cp)->text)

Completed in 295 milliseconds

1234567891011>>