/src/usr.bin/tail/ |
tail.c | 67 enum STYLE style; local in function:main 88 if (style) \ 97 style = (forward); \ 103 style = (backward); \ 109 style = NOTSET; 159 * style values. 164 if (style == FBYTES) 165 style = RBYTES; 166 else if (style == FLINES [all...] |
reverse.c | 56 static void r_reg(FILE *, enum STYLE, off_t, struct stat *); 77 reverse(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) 79 if (style != REVERSE && off == 0) 83 r_reg(fp, style, off, sbp); 85 switch(style) { 106 r_reg(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) 130 if (style == RBYTES && off < size) 138 if (style == RLINES && !--off) [all...] |
forward.c | 88 forward(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) 95 switch(style) {
|
/src/lib/libform/ |
type_ipv4.c | 64 unsigned int vals[4], style, start, mask; local in function:ipv4_check_field 77 style = FORMI_DOTTED_QUAD; 83 style = FORMI_CLASSLESS; 89 style = FORMI_HEX; 92 switch (style) { 132 switch (style) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_nv40.c | 61 enum nv40_sensor_style style = nv40_sensor_style(therm); local in function:nv40_sensor_setup 64 if (style == NEW_STYLE) { 69 } else if (style == OLD_STYLE) { 82 enum nv40_sensor_style style = nv40_sensor_style(therm); local in function:nv40_temp_get 85 if (style == NEW_STYLE) { 88 } else if (style == OLD_STYLE) {
|
/src/usr.bin/compress/ |
compress.c | 74 enum {COMPRESS, DECOMPRESS} style = COMPRESS; local in function:main 84 style = DECOMPRESS; 86 style = COMPRESS; 88 style = DECOMPRESS; 105 style = DECOMPRESS; 115 usage(style == COMPRESS); 121 switch (style) { 141 switch (style) {
|
/src/usr.bin/make/unit-tests/ |
export-env.mk | 13 # gmake style export goes further; affects nothing but the environment
|
posix-expansion.mk | 6 # modifiers specified in POSIX take precedence over the BSD-style modifiers.
|
opt-debug-errors-jobs.mk | 30 # It is a common style to align the continuation backslashes at the right
|
opt-debug-errors.mk | 34 # It is a common style to align the continuation backslashes at the right
|
/src/sys/rump/dev/lib/libpci/ |
Makefile | 38 # old-style ("compat") interfaces. will go away some day or year. 45 .warning Use new style RUMPCOMP_MAKEFILEINC_rumpdev_pci
|
/src/share/misc/ |
Makefile | 8 mdoc.template na.phone na.postal style zipcodes
|
/src/bin/sh/ |
option.list | 78 Vflag vi V V # enable vi style editing 79 Eflag emacs E V # enable emacs style editing
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
layout.c | 124 if (dlg.style & DS_SETFONT) { 213 item.style, // Style
|
/src/sys/rump/include/rump/ |
rumperrno2host.h | 10 #error include ISO C style errno.h first
|
/src/tests/bin/sh/ |
t_cmdsub.sh | 87 atf_set "descr" 'Test operation of old style ` ` substitutions' 147 atf_set "descr" "Tests that old style backtick cmd subs can be nested" 163 "Checks various mixed new and old style cmd substitutions" 202 atf_set "descr" "Checks that redirects work in old style cmd sub" 252 atf_set "descr" "Checks that variables work in old style cmd sub" 303 atf_set "descr" "Checks that old style cmd sub works in var expansion" 334 atf_set "descr" "Checks that arithmetic works in old style cmd sub" 362 atf_set "descr" "Tests old style cmd sub used in arithmetic" 392 atf_set "descr" "Checks that old style cmdsubs work in here docs" 440 atf_set "descr" "Checks that here docs work inside old style cmd subs [all...] |
/src/sys/external/bsd/acpica/dist/generate/unix/ |
Makefile.config | 241 -Wold-style-definition\ 256 -Wold-style-declaration\
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm2836.dtsi | 74 /* Make the BCM2835-style global interrupt controller be a child of the
|
bcm2837.dtsi | 77 /* Make the BCM2835-style global interrupt controller be a child of the
|
/src/lib/libbluetooth/ |
sdp_data.c | 351 int style; local in function:_sdp_putstr 360 style = VIS_CSTYLE | VIS_NL; 364 dst = vis(dst, str[0], style, (len > 0 ? str[1] : 0));
|
/src/lib/libc/arch/hppa/gen/ |
__setjmp14.S | 59 stw %r0, _SC_MASK13(%arg0) ; unused word (old style signal mask)
|
_setjmp.S | 55 stw %r0, _SC_MASK13(%arg0) ; unused word (old style signal mask)
|
/src/bin/ksh/ |
shf.c | 887 char style; local in function:shf_vfprintf 1081 style = c; 1098 style = 'e'; 1100 style = 'f'; 1111 if (style == 'e') 1171 if (style == 'e') {
|
/src/share/mk/ |
bsd.sys.mk | 58 # NetBSD sources use C99 style, with some GCC extensions. 121 CXXFLAGS+= -Wold-style-cast 128 CFLAGS+= -Wold-style-definition
|
/src/lib/libc/compiler_rt/ |
Makefile.inc | 327 -Wno-old-style-definition \
|