HomeSort by relevance Sort by last modified time
    Searched refs:text (Results 1 - 25 of 629) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/common/mapfiles/amd64/
map.above4G 33 text = V0x100000000;
map.below4G 33 text = V0x400000;
  /onnv/onnv-gate/usr/src/common/mapfiles/i386/
map.default 33 text = V0x08048000;
  /onnv/onnv-gate/usr/src/common/mapfiles/sparc/
map.default 33 text = V0x10000;
  /onnv/onnv-gate/usr/src/common/mapfiles/sparcv9/
map.above4G 33 text = V0x100000000;
map.below4G 33 text = V0x80000000;
  /onnv/onnv-gate/usr/src/lib/efcode/interpreter/
mapfile64 45 text = V0x80000000;
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmHelpContent.java 35 private String text; field in class:pmHelpContent
38 text = content;
42 text = new String(other.text);
46 return text;
50 return text;
  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
msg_sub.h 33 char *mms_msg_sub(char *template, char *arg, char *text);
34 char *mms_text_sub(char *template, char *arg, char *text);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
CLComponent.java 42 protected String text; field in class:CLComponent
45 public CLComponent(String text) {
46 setText(text);
56 public void setText(String text) {
57 setText(text, true);
60 public void setText(String text, boolean update) {
61 this.text = text;
70 return text;
82 return text;
    [all...]
StatusBar.java 43 * A label that shows a single line of text for while. After a set
44 * time period the text is blanked. It's useful for a status bar at
50 private String text; field in class:StatusBar
54 public StatusBar(String text) {
73 public void setText(String text) {
74 setText(text, true);
77 public void setText(String text, boolean shouldTimeout) {
78 if (text != this.text && (this.text == null |
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
Overstrike.pm 1 # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text
5 # (based on Pod::Text::Color by Russ Allbery <rra@stanford.edu>)
12 # pod2text Text.pm > plain.txt; less plain.txt
16 # pod2man Text.pm | nroff -man > fancy.txt; less fancy.txt
18 # and because both Pod::Text::Color and Pod::Text::Termcap are not device
25 package Pod::Text::Overstrike;
29 use Pod::Text ();
34 @ISA = qw(Pod::Text);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
statlog.c 49 char text[ 100 ]; local
64 (void) sprintf(text, "%s %lu / %lu.%.3lu secs, %lu bytes/sec %s",
68 sprintf(text + strlen(text), " %d retries", Retries);
72 CDEBUG(4, "%s\n", text);
73 usyslog(text);
  /onnv/onnv-gate/usr/src/uts/i86pc/conf/
Mapfile 33 # this is the kernel text
35 text = LOAD ?RXN P0x400000 V0xFE800000;
36 text | .text;
37 text : $PROGBITS ?A!W;
Mapfile.amd64 35 text = LOAD ?RXN P0x400000 V0xFFFFFFFFFB800000;
36 text | .text;
37 text : $PROGBITS ?A!W;
  /onnv/onnv-gate/usr/src/uts/i86xpv/conf/
Mapfile 40 # kernel text segment
42 text = LOAD ?RXN P0x40000000 V0xf4c00000;
43 text | .text;
44 text : $PROGBITS ?A!W;
Mapfile.amd64 39 text = LOAD ?RXN P0x40000000 V0xFFFFFFFFFB800000;
40 text | .text;
41 text : $PROGBITS ?A!W;
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
options.c 13 char *text; member in struct:option
30 for (opt = options; opt->text; opt++)
31 if (!strcmp(opt->text, string))
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mms_db 54 # 2u ALTER TABLE "MM" ADD "Test1" text default 'value1';
72 1u CREATE FUNCTION pg_get_uuid() RETURNS text
79 1u CREATE FUNCTION pg_host_ident(text) RETURNS text
88 "ApplicationName" text,
89 "SignatureAlgorithm" text
95 "ReadWriteMode" text
100 "ValidateFileName" text
105 "ValidateVolumeID" text
110 "ValidateExpirationDate" text
    [all...]
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/gssapi/
gssapi.c 189 #define sasl_gss_log(x,y,z) sasl_gss_seterror_(text,y,z,1)
190 #define sasl_gss_seterror(x,y,z) sasl_gss_seterror_(text,y,z,0)
192 sasl_gss_seterror_(const context_t *text, OM_uint32 maj, OM_uint32 min,
206 const sasl_utils_t *utils = text->utils;
225 GSS_C_GSS_CODE, text->mech_oid,
233 utils->log(text->utils->conn, SASL_LOG_FAIL,
287 GSS_C_MECH_CODE, text->mech_oid,
295 utils->log(text->utils->conn, SASL_LOG_FAIL,
345 utils->log(text->utils->conn, SASL_LOG_FAIL, out);
359 context_t *text = (context_t *)context local
467 context_t *text = (context_t *) context; local
609 context_t *text = (context_t *) context; local
793 context_t *text; local
830 context_t *text = (context_t *)conn_context; local
1514 context_t *text; local
1561 context_t *text = (context_t *)conn_context; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
MacroNameField.java 33 import javax.swing.text.*;
37 * A text field which enforces the syntax rules for a macro name. These
43 * Constructs a field initialized to the provided text. Defaults to
45 * @param text the text to display initially
47 public MacroNameField(String text) {
48 this(text, 20);
52 * Constructs a field initialized to the provided text with the requested
54 * @param text the text to display initiall
    [all...]
OptionNameField.java 33 import javax.swing.text.*;
37 * A text field which enforces the syntax rules for an option name. These
43 * Constructs a field initialized to the provided text. Defaults to
45 * @param text the text to display initially
47 public OptionNameField(String text) {
48 this(text, 10);
52 * Constructs a field initialized to the provided text with the requested
54 * @param text the text to display initiall
    [all...]
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 456 /* Chris Newman clarified that the following text in DIGEST-MD5 spec
754 static int dec_3des(context_t *text,
761 des_context_t *c = (des_context_t *) text->cipher_dec_context;
794 static int enc_3des(context_t *text,
801 des_context_t *c = (des_context_t *) text->cipher_enc_context;
809 memcpy(output, input, inputlen); /* text */
828 static int init_3des(context_t *text,
836 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t));
849 text->cipher_enc_context = (cipher_context_t *) c;
863 text->cipher_dec_context = (cipher_context_t *) c
1738 context_t *text = (context_t *) context; local
1825 context_t *text = (context_t *) context; local
1997 context_t *text = (context_t *) context; local
2016 context_t *text = (context_t *) context; local
2180 context_t *text = (context_t *) context; local
2258 context_t *text = (context_t *) context; local
2273 context_t *text = (context_t *) conn_context; local
2544 context_t *text; local
2569 context_t *text = (context_t *) stext; local
2852 context_t *text = (context_t *) stext; local
3599 context_t *text = (context_t *) conn_context; local
4229 context_t *text = (context_t *) ctext; local
4626 context_t *text = (context_t *) ctext; local
4784 context_t *text; local
4811 context_t *text = (context_t *) ctext; local
4891 context_t *text = (context_t *) ctext; local
4962 context_t *text = (context_t *) ctext; local
5070 context_t *text = (context_t *) conn_context; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/conf/
Mapfile 31 text = LOAD ?RXN V0x01000000;
32 text | .text;
33 text : $PROGBITS ?A!W;
45 # put reloc seg in space between text and data
52 reloc : .rela.text;
  /onnv/onnv-gate/usr/src/lib/libdtrace/sparc/
dt_isadep.c 76 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[i] = instr.ftiq_instr
    [all...]

Completed in 1740 milliseconds

1 2 3 4 5 6 7 8 91011>>