HomeSort by relevance Sort by last modified time
    Searched defs:style (Results 1 - 14 of 14) sorted by null

  /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/cmd/ssh/sshd/
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/cmd/tbl/
t0.c 39 int style[MAXHEAD][MAXCOL]; variable
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
sppptun.c 51 /* Data gathered during per-style attach routine. */
66 int style; member in struct:protos
308 (void) printf(gettext("sending muxid %d and style %d to "
309 "driver\n"), muxid, prot->style);
311 pti.pti_style = prot->style;
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
optlib.h 86 int force; /* force this style */
92 int style; /* default opthelp() style */ member in struct:Optstate_s
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...]
  /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/cmd/ssh/include/
auth.h 96 char *style; member in struct:Authctxt
  /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/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...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/xml/
xml_convert.c 639 xsltStylesheetPtr style = NULL; local
705 style = xsltParseStylesheetDoc(xsl_doc);
709 if (style == NULL) {
716 xmlDocPtr result = xsltApplyStylesheet(style, doc, NULL);
726 &length, result, style) == -1) {
731 xsltFreeStylesheet(style);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
libscf.c 2101 int style = RINST_CONTRACT; local
    [all...]

Completed in 4199 milliseconds