/titanic_41/usr/src/common/elfcap/ |
H A D | elfcap.c | 355 get_str_desc(elfcap_style_t style, const elfcap_desc_t *cdp, in get_str_desc() argument 358 switch (ELFCAP_STYLE_MASK(style)) { in get_str_desc() 381 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, in expand() argument 399 err = get_str_desc(style, &cdp[cnt - 1], &nstr); in expand() 426 elfcap_hw1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw1_to_str() argument 437 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, in elfcap_hw1_to_str() 442 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, in elfcap_hw1_to_str() 452 elfcap_hw2_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw2_to_str() argument 463 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386, in elfcap_hw2_to_str() 466 return (expand(style, val, NULL, 0, str, len, fmt)); in elfcap_hw2_to_str() [all …]
|
/titanic_41/usr/src/cmd/tail/ |
H A D | tail.c | 59 enum STYLE style; in main() local 77 if (style) \ in main() 86 style = (forward); \ in main() 92 style = (backward); \ in main() 98 style = NOTSET; in main() 139 if (style == FBYTES) in main() 140 style = RBYTES; in main() 141 else if (style == FLINES) in main() 142 style = RLINES; in main() 149 if (style == NOTSET) { in main() [all …]
|
H A D | reverse.c | 70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() argument 72 if (style != REVERSE && off == 0) in reverse() 76 r_reg(fp, fn, style, off, sbp); in reverse() 78 switch (style) { in reverse() 99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg() argument 127 if (style == RBYTES && --off == 0) in r_reg() 145 if (style == RLINES) in r_reg() 148 if (off == 0 && style != REVERSE) { in r_reg()
|
H A D | forward.c | 96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward() argument 100 switch (style) { in forward() 386 follow(file_info_t *files, enum STYLE style, off_t off) in follow() argument 406 forward(file->fp, file->file_name, style, off, in follow()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | FontConverter.java | 65 String style; in convertToString() local 69 style = /* NOI18N */"plain"; in convertToString() 72 style = /* NOI18N */"bold"; in convertToString() 75 style = /* NOI18N */"italic"; in convertToString() 80 style = /* NOI18N */"plain"; in convertToString() 85 + /* NOI18N */";style=" + style in convertToString() 107 int style; in convertFromString() local 111 style = Font.ITALIC; in convertFromString() 113 style = Font.BOLD; in convertFromString() 115 style = Font.PLAIN; in convertFromString() [all …]
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 91 int style; /* STYLE_* */ member 946 font(int f, int style, int set) in font() argument 948 switch (style) in font() 1094 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f… in label() argument 1112 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL) in label() 1113 style = 0; in label() 1120 if (sep == ' ' && style == STYLE_nroff) in label() 1187 sfputr(sp, font(f, style, 1), -1); in label() 1210 sfputr(sp, font(f, style, 0), -1); in label() 1225 label(sp, 0, y, 0, -1, 0, style, FONT_ITALIC, ip, version, id, catalog); in label() [all …]
|
H A D | optlib.h | 93 int style; /* default opthelp() style */ member
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | setup.c | 537 calcsb_t style; in find_superblock() local 553 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { in find_superblock() 555 calcsb_names[style]) == 0) in find_superblock() 559 if (!calcsb(style, devstr, fsreadfd, &proto)) { in find_superblock() 566 calcsb_names[style], in find_superblock() 581 bflag, calcsb_names[style]); in find_superblock() 606 if (style >= MAX_SB_STYLES) { in find_superblock() 608 for (style = MKFS_STYLE; style < MAX_SB_STYLES; in find_superblock() 609 style++) { in find_superblock() 611 calcsb_names[style]) == 1 && in find_superblock() [all …]
|
/titanic_41/usr/src/cmd/tbl/ |
H A D | t4.c | 39 style[i][icol]= 'l'; in getspec() 103 style[nclin][icol]=c; in readspec() 106 if (c=='s' && style[nclin][icol-1] == 'a') in readspec() 109 style[nclin][icol-1] = 'l'; in readspec() 111 if (c=='s' && style[nclin][icol-1] == 'n') in readspec() 114 style[nclin][icol-1] = 'c'; in readspec() 228 style[nclin][icol] = 'c'; in readspec()
|
H A D | t0.c | 39 int style[MAXHEAD][MAXCOL]; variable
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-bsdauth.c | 59 authctxt->style ? authctxt->style : "<default>"); in bsdauth_query() 61 authctxt->style, "auth-ssh", &challenge); in bsdauth_query()
|
H A D | auth2-pam.c | 242 int style = PAM_MSG_MEMBER(msg, i, msg_style); in do_pam_conv_kbd_int() local 243 switch (style) { in do_pam_conv_kbd_int() 290 int style = PAM_MSG_MEMBER(msg, i, msg_style); in do_pam_conv_kbd_int() local 293 if (style != PAM_PROMPT_ECHO_ON && style != PAM_PROMPT_ECHO_OFF) in do_pam_conv_kbd_int() 298 packet_put_char(style == PAM_PROMPT_ECHO_ON); in do_pam_conv_kbd_int()
|
H A D | auth1.c | 404 char *user, *style = NULL; in do_authentication() local 413 if ((style = strchr(user, ':')) != NULL) in do_authentication() 414 *style++ = '\0'; in do_authentication() 428 authctxt->style = style; in do_authentication()
|
H A D | auth2.c | 159 char *user, *service, *method, *style = NULL; in input_userauth_request() local 176 if ((style = strchr(user, ':')) != NULL) in input_userauth_request() 177 *style++ = 0; in input_userauth_request() 206 authctxt->style = style ? xstrdup(style) : NULL; in input_userauth_request()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | winlockio.c | 324 enum winlock_style style; /* style of lock - OLDSTYLE, NEWSTYLE */ member 876 seglock_createlock(enum winlock_style style) in seglock_createlock() argument 900 if (style == OLDSTYLE_LOCK) { in seglock_createlock() 909 lp->style = style; in seglock_createlock() 942 if (lp->style == OLDSTYLE_LOCK) { in seglock_destroylock() 1104 seglock_graballoc(intptr_t arg, enum winlock_style style, int mode) /* IOCTL */ in seglock_graballoc() argument 1111 if (style == OLDSTYLE_LOCK) { in seglock_graballoc() 1122 "seglock_graballoc: key=%u, style=%d\n", key, style)); in seglock_graballoc() 1126 if ((lockpage == NULL) && (style == NEWSTYLE_LOCK)) { in seglock_graballoc() 1141 } else if ((lp = seglock_createlock(style)) != NULL) { in seglock_graballoc() [all …]
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | README | 66 re: egrep(1) and ed(1) style re's from V9 72 resub ed(1) style substitute using last reexec() 85 strmode return ls -l style output given st.st_mode
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 66 int style; member 309 "driver\n"), muxid, prot->style); in plumb_it() 311 pti.pti_style = prot->style; in plumb_it()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | comvar.sh | 152 type=style var=class_td_lg1_style 158 type=style var=class_tr_tr1_style val="background: black" 163 type=style var=class_th_th1_style 169 type=style var=class_td_td1_style
|
/titanic_41/usr/src/cmd/make/include/vroot/ |
H A D | vroot.h | 51 extern void set_path_style(int style);
|
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/ |
H A D | dll | 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */ 79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
|
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/ |
H A D | dll | 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */ 79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
|
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/ |
H A D | dll | 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */ 79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
|
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/ |
H A D | dll | 78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */ 79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | NOTES | 33 (a) convert new-style character constants to a form 76 (8) // style comments
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | storage-metassist.mf | 46 dir path=usr/share/lib/xml/style group=sys 55 file path=usr/share/lib/xml/style/volume-command.xsl group=sys
|