| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| FontConverter.java | 46 * string representation: "name=Helvetica;style=bold;size=14". The 65 String style; local 69 style = /* NOI18N */"plain"; 72 style = /* NOI18N */"bold"; 75 style = /* NOI18N */"italic"; 80 style = /* NOI18N */"plain"; 85 + /* NOI18N */";style=" + style 107 int style; local 108 String styleString = (String) table.get(/* NOI18N */"style"); [all...] |
| /onnv/onnv-gate/usr/src/common/elfcap/ |
| elfcap.c | 327 get_str_desc(elfcap_style_t style, const elfcap_desc_t *cdp, 330 switch (style) { 353 expand(elfcap_style_t style, uint64_t val, const elfcap_desc_t *cdp, 371 err = get_str_desc(style, &cdp[cnt - 1], &nstr); 398 elfcap_hw1_to_str(elfcap_style_t style, uint64_t val, char *str, 409 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, 414 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, 428 elfcap_sf1_to_str(elfcap_style_t style, uint64_t val, char *str, 438 return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt)); 445 elfcap_tag_to_str(elfcap_style_t style, uint64_t tag, uint64_t val [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| wdiff.pl | 76 <style type='text/css' media='screen'> 101 .hidebar td.elided-label { font-style: italic; width: 12em; } 116 </style> 118 <style type='text/css' media='print'> 124 .hidebar td.elided-label { font-style: italic; font-size: small; } 128 span.subtracted { font-style: italic; 132 </style> 142 elt_to_show.style.setProperty('display', '', ''); 143 elt_to_hide.style.setProperty('display', 'none', ''); 153 eh.style.setProperty('display', 'none', '') [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| optget.c | 91 int style; /* STYLE_* */ member in struct:Help_s 218 Z("List the usage translation key strings with C style escapes."), 232 Z("List the usage string with C style escapes."), 249 the \aoption\a output in the \aitem\a style. Otherwise print \ 910 * return the bold set/unset sequence for style 914 font(int f, int style, int set) 916 switch (style) 1064 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* catalog) 1082 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL) 1083 style = 0 2060 int style; local [all...] |
| optlib.h | 86 int force; /* force this style */ 92 int style; /* default opthelp() style */ member in struct:Optstate_s
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Benchmark.pm | 119 =item timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ) 124 TITLE defaults to "timethis COUNT" if none is provided. STYLE 151 =item timethese ( COUNT, CODEHASHREF, [ STYLE ] ) 158 timethis(COUNT, VALUE, KEY, STYLE) 171 =item timestr ( TIMEDIFF, [ STYLE, [ FORMAT ] ] ) 174 the requested STYLE. TIMEDIFF is expected to be a Benchmark object 177 STYLE can be any of 'all', 'none', 'noc', 'nop' or 'auto'. 'all' shows 185 FORMAT is the L<printf(3)>-style format specifier (without the 205 =item cmpthese ( COUNT, CODEHASHREF, [ STYLE ] ) 207 =item cmpthese ( RESULTSHASHREF, [ STYLE ] ) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Plainer.pm | 37 Pod::Plainer - Perl extension for converting Pod to old style Pod. 50 and returns the old(er) style with just 'CE<lt>E<gt>'; 54 recognise the new style Pods.
|
| Select.pm | 86 specification is a string containing one or more Perl-style regular 158 specification is a string containing a single Perl-style regular 159 expression (a regex), or else two Perl-style regular expressions
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth-bsdauth.c | 58 debug3("bsdauth_query: style %s", 59 authctxt->style ? authctxt->style : "<default>"); 61 authctxt->style, "auth-ssh", &challenge);
|
| auth1.c | 404 char *user, *style = NULL; local 413 if ((style = strchr(user, ':')) != NULL) 414 *style++ = '\0'; 428 authctxt->style = style;
|
| auth2-pam.c | 242 int style = PAM_MSG_MEMBER(msg, i, msg_style); local 243 switch (style) { 290 int style = PAM_MSG_MEMBER(msg, i, msg_style); local 293 if (style != PAM_PROMPT_ECHO_ON && style != PAM_PROMPT_ECHO_OFF) 298 packet_put_char(style == PAM_PROMPT_ECHO_ON);
|
| auth2.c | 166 char *user, *service, *method, *style = NULL; local 182 if ((style = strchr(user, ':')) != NULL) 183 *style++ = 0; 203 authctxt->style = style ? xstrdup(style) : NULL;
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWmdau/ |
| prototype_com | 43 d none usr/share/lib/xml/style 0755 root sys 44 f none usr/share/lib/xml/style/volume-command.xsl 0444 root sys
|
| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| t4.c | 39 style[i][icol]= 'l'; 103 style[nclin][icol]=c; 106 if (c=='s' && style[nclin][icol-1] == 'a') 109 style[nclin][icol-1] = 'l'; 111 if (c=='s' && style[nclin][icol-1] == 'n') 114 style[nclin][icol-1] = 'c'; 228 style[nclin][icol] = 'c';
|
| t0.c | 39 int style[MAXHEAD][MAXCOL]; variable
|
| t..c | 33 extern int style[MAXHEAD][MAXCOL];
|
| tt.c | 28 return(style[il][ic]);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| setup.c | 537 calcsb_t style; local 553 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { 555 calcsb_names[style]) == 0) 559 if (!calcsb(style, devstr, fsreadfd, &proto)) { 566 calcsb_names[style], 581 bflag, calcsb_names[style]); 606 if (style >= MAX_SB_STYLES) { 608 for (style = MKFS_STYLE; style < MAX_SB_STYLES [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| quotearg.c | 66 /* Basic quoting style. */ 67 enum quoting_style style; member in struct:quoting_options 70 quoting style would not normally require them to be quoted. */ 87 /* Correspondences to quoting style names. */ 115 /* Get the value of O's quoting style. If O is null, use the default. */ 119 return (o ? o : &default_quoting_options)->style; 123 set the value of the quoting style to S. */ 127 (o ? o : &default_quoting_options)->style = s; 160 non-quoting-style part of O to control quoting. 169 style specified by O, and O may not be null. * [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/perlasm/ |
| x86asm.pl | 82 * BSDI - BSDI style a.out object files 83 * SOL - Solaris style elf
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Concise.pm | 30 my %style = 65 die "expecting 3 style-format args\n" unless @_ == 3; 70 die "style '$newstyle' already exists, choose a new name\n" 71 if exists $style{$newstyle}; 72 die "expecting 3 style-format args\n" unless @args == 3; 73 $style{$newstyle} = [@args]; 78 die "err: style '$stylename' unknown\n" unless exists $style{$stylename}; 79 set_style(@{$style{$stylename}}); 205 } elsif (exists $style{substr($o, 1)}) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| htmlescp.t | 23 <body style="background-color: white">
|
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/ |
| Makefile.targ | 62 # Rule/definitions for XSL style sheets 63 ROOTXMLSTYLE= $(ROOTXML)/style
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| pl2pm.PL | 48 B<pl2pm> is a tool to aid in the conversion of Perl4-style .pl 49 library files to Perl5-style library modules. Usually, your old .pl
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| winlockio.c | 324 enum winlock_style style; /* style of lock - OLDSTYLE, NEWSTYLE */ member in struct:seglock 876 seglock_createlock(enum winlock_style style) 900 if (style == OLDSTYLE_LOCK) { 909 lp->style = style; 942 if (lp->style == OLDSTYLE_LOCK) { [all...] |