Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 125) sorted by relevance

12345

/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c540 switch (ELFCAP_STYLE_MASK(style)) { in get_str_desc()
581 err = get_str_desc(style, &cdp[cnt - 1], &nstr); in expand()
648 return (expand(style, val, NULL, 0, str, len, fmt)); in elfcap_hw2_to_str()
669 return (expand(style, val, NULL, 0, str, len, fmt)); in elfcap_hw3_to_str()
737 if ((err = get_str_desc(style, &cdp[num], &nstr)) != 0) in value()
739 if (style & ELFCAP_STYLE_F_ICMP) { in value()
754 return (value(style, str, &sf1[0], ELFCAP_NUM_SF1)); in elfcap_sf1_from_str()
797 return (elfcap_hw1_from_str(style, str, mach)); in elfcap_tag_from_str()
800 return (elfcap_sf1_from_str(style, str, mach)); in elfcap_tag_from_str()
803 return (elfcap_hw2_from_str(style, str, mach)); in elfcap_tag_from_str()
[all …]
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c64 enum STYLE style; in main() local
82 if (style) \ in main()
91 style = (forward); \ in main()
97 style = (backward); \ in main()
103 style = NOTSET; in main()
144 if (style == FBYTES) in main()
145 style = RBYTES; in main()
147 style = RLINES; in main()
154 if (style == NOTSET) { in main()
157 style = REVERSE; in main()
[all …]
H A Dreverse.c70 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 Dforward.c96 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()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh80 style=unknown
89 then style=unknown
201 style=regress
213 style=script
237 style=shell
298 style=autotest
331 style=perl
343 style=timing
350 case $style in
377 case $style in
[all …]
H A Dpackage.mk37 * :DETAILS: style
103 style = tgz
1102 : $(.init.$(style)) :
1103 : $(details.$(style):V:R) :
1147 error 3 $(style): binary package style not supported yet
1158 $(readme.$(style):@?$$("\n")$$(readme.$$(style))??)
1187 $(filter.$(style))
1192 $(postinstall.$(style))
1381 : $(.init.$(style)) :
1382 : $(details.$(style):V:R) :
[all …]
H A DTEST.mk176 MKTESTFLAGS = --style=regress
195 then $(MKTEST) --style=shell $(>) > $(<:N=*.sh)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c1190 switch (style) in font()
1311 style = 0; in label()
1639 …s%s%s]", font(FONT_BOLD, style, 1), a, font(FONT_BOLD, style, 0), b, b, font(FONT_ITALIC, style, 1… in args()
2382 int style; in opthelp() local
2423 style = state.style; in opthelp()
2429 style = STYLE_man; in opthelp()
2432 style = hp->style; in opthelp()
2500 switch (style) in opthelp()
2547 switch (style) in opthelp()
2885 if (style > STYLE_short && style < STYLE_nroff && version < 1) in opthelp()
[all …]
H A Doptlib.h96 int style; /* default opthelp() style */ member
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dacquire-lock.c109 acq_run(int fd, lock_style_t style, boolean_t is_exclusive) in acq_run() argument
111 switch (style) { in acq_run()
131 lock_style_t style; in main() local
142 style = flock_styleenum(argv[1]); in main()
152 boolean_t rdonly = style == LSTYLE_FLOCK || !is_exclusive; in main()
158 acq_run(fd, style, is_exclusive); in main()
H A Dutil.c109 flock_stylestr(lock_style_t style) in flock_stylestr() argument
111 switch (style) { in flock_stylestr()
125 flock_stylename(lock_style_t style) in flock_stylename() argument
127 switch (style) { in flock_stylename()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c547 calcsb_t style; in find_superblock() local
563 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { in find_superblock()
576 calcsb_names[style], in find_superblock()
616 if (style >= MAX_SB_STYLES) { in find_superblock()
618 for (style = MKFS_STYLE; style < MAX_SB_STYLES; in find_superblock()
619 style++) { in find_superblock()
659 calcsb_names[style]); in find_superblock()
1333 switch (style) { in calcsb()
1347 style); in calcsb()
1367 if (style == MKFS_STYLE) { in calcsb()
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c37 style[i][icol]= 'l'; in getspec()
105 style[nclin][icol]=c; in readspec()
108 if (c=='s' && style[nclin][icol-1] == 'a') in readspec()
111 style[nclin][icol-1] = 'l'; in readspec()
113 if (c=='s' && style[nclin][icol-1] == 'n') in readspec()
116 style[nclin][icol-1] = 'c'; in readspec()
230 style[nclin][icol] = 'c'; in readspec()
H A Dt0.c37 int style[MAXHEAD][MAXCOL]; variable
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk37 * :DETAILS: style
103 style = tgz
1102 : $(.init.$(style)) :
1103 : $(details.$(style):V:R) :
1147 error 3 $(style): binary package style not supported yet
1158 $(readme.$(style):@?$$("\n")$$(readme.$$(style))??)
1187 $(filter.$(style))
1192 $(postinstall.$(style))
1381 : $(.init.$(style)) :
1382 : $(details.$(style):V:R) :
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c324 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()
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()
1154 if (style == OLDSTYLE_LOCK) { in seglock_graballoc()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c160 free(conf->output.style); in manconf_free()
285 if (conf->style != NULL) { in manconf_output()
286 oldval = mandoc_strdup(conf->style); in manconf_output()
289 conf->style = mandoc_strdup(cp); in manconf_output()
H A Dmanconf.h36 char *style; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c66 int style; member
309 "driver\n"), muxid, prot->style); in plumb_it()
311 pti.pti_style = prot->style; in plumb_it()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME66 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
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex48 \lstdefinestyle{Style1}{ % Define a style for your code snippet, multiple definitions can be made i…
51 basicstyle=\footnotesize\ttfamily, % The default font size and style of the code
162 \newtheoremstyle{ocrenumbox}% % Theorem style name
174 \newtheoremstyle{blacknumex}% Theorem style name
185 \newtheoremstyle{blacknumbox} % Theorem style name
199 \newtheoremstyle{ocrenum}% % Theorem style name
212 % Defines the theorem text style for each type of theorem to one of the three styles above
303 % Creates an environment for each type of theorem and assigns it a theorem text style from the "The…
/illumos-gate/usr/src/uts/common/io/vio9p/
H A Dvio9p.c473 vio9p_teardown(vio9p_t *vin, vio9p_teardown_style_t style) in vio9p_teardown() argument
477 if (style != VIRTIO_9P_TEARDOWN_PRE_MUTEX) { in vio9p_teardown()
522 boolean_t failed = (style != VIRTIO_9P_TEARDOWN_DETACH); in vio9p_teardown()
526 if (style != VIRTIO_9P_TEARDOWN_PRE_MUTEX) { in vio9p_teardown()
534 return (style == VIRTIO_9P_TEARDOWN_DETACH ? DDI_SUCCESS : DDI_FAILURE); in vio9p_teardown()
/illumos-gate/usr/src/
H A DMakefile.smatch28 SMATCH_ARGS += -Wno-old-style-definition
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh152 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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h90 int style; /* default opthelp() style */ member

12345