/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 537 get_str_desc(elfcap_style_t style, const elfcap_desc_t *cdp, in get_str_desc() argument 540 switch (ELFCAP_STYLE_MASK(style)) { in get_str_desc() 563 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, in expand() argument 581 err = get_str_desc(style, &cdp[cnt - 1], &nstr); in expand() 608 elfcap_hw1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw1_to_str() argument 619 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, in elfcap_hw1_to_str() 624 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, in elfcap_hw1_to_str() 634 elfcap_hw2_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, in elfcap_hw2_to_str() argument 645 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386, in elfcap_hw2_to_str() 648 return (expand(style, val, NULL, 0, str, len, fmt)); in elfcap_hw2_to_str() [all …]
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | tail.c | 64 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() 146 else if (style == FLINES) in main() 147 style = RLINES; in main() 154 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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optget.c | 98 int style; /* STYLE_* */ member 1188 font(int f, int style, int set) in font() argument 1190 switch (style) in font() 1291 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f… in label() argument 1310 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL && f >= 0) in label() 1311 style = 0; in label() 1318 if (sep == ' ' && style == STYLE_nroff) in label() 1388 sfputr(sp, font(f, style, 1), -1); in label() 1411 sfputr(sp, font(f, style, 0), -1); in label() 1426 label(sp, 0, y, 0, -1, 0, style, f >= 0 ? FONT_ITALIC : f, ip, version, id, catalog); in label() [all …]
|
H A D | optlib.h | 96 int style; /* default opthelp() style */ member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | rt.sh | 80 style=unknown 88 if [[ $style != unknown ]] && (( errors >= 0 )) 89 then style=unknown 201 style=regress 213 style=script 237 style=shell 298 style=autotest 305 +(-)) case $style in 331 style=perl 343 style=timing [all …]
|
H A D | package.mk | 37 * :DETAILS: style 103 style = tgz 1087 binary : .binary.init .binary.gen .binary.$$(style) 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)) 1255 … $(package.auxiliary.$(style):U:T=F:C%^$(INSTALLROOT)/%%:C%.*%echo ";;;$(INSTALLROOT)/&;&"$("\n")%) [all …]
|
H A D | TEST.mk | 176 MKTESTFLAGS = --style=regress 195 then $(MKTEST) --style=shell $(>) > $(<:N=*.sh)
|
/illumos-gate/usr/src/test/os-tests/tests/file-locking/ |
H A D | acquire-lock.c | 109 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 D | util.c | 109 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 D | setup.c | 547 calcsb_t style; in find_superblock() local 563 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { in find_superblock() 565 calcsb_names[style]) == 0) in find_superblock() 569 if (!calcsb(style, devstr, fsreadfd, &proto)) { in find_superblock() 576 calcsb_names[style], in find_superblock() 591 bflag, 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() 621 calcsb_names[style]) == 1 && in find_superblock() [all …]
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t4.c | 37 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 D | t0.c | 37 int style[MAXHEAD][MAXCOL]; variable
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 37 * :DETAILS: style 103 style = tgz 1087 binary : .binary.init .binary.gen .binary.$$(style) 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)) 1255 … $(package.auxiliary.$(style):U:T=F:C%^$(INSTALLROOT)/%%:C%.*%echo ";;;$(INSTALLROOT)/&;&"$("\n")%) [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manpath.c | 160 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 D | manconf.h | 36 char *style; member
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
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
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 48 \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 D | vio9p.c | 473 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 D | Makefile.smatch | 28 SMATCH_ARGS += -Wno-old-style-definition
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 90 int style; /* default opthelp() style */ member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 33 (a) convert new-style character constants to a form 76 (8) // style comments
|