/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/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/share/misc/ |
NetBSD.el | 3 (defconst netbsd-knf-style 51 ;; XXX: undocumented. Recognize KNR style? 60 "NetBSD KNF Style") 96 (if (and (string-equal c-indentation-style "netbsd knf") 108 ;; Add style and set it for current buffer 109 (c-add-style "NetBSD KNF" netbsd-knf-style t)
|
/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/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...] |
/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/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/sys/arch/i386/pnpbios/ |
pnpbios.c | 461 const char *when, *style; local in function:pnpbios_update_dock_status 485 style = "surprise"; 488 style = "controlled"; 491 style = "<style unknown>"; 511 printf(", %s %s docking\n", style, when);
|
/src/usr.bin/sdpquery/ |
print.c | 636 int style; local in function:string_vis 639 style = VIS_CSTYLE | VIS_NL; 641 dst = vis(dst, src[0], style, (len > 1 ? src[1] : 0));
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 579 QXLPHYSICAL style; member in struct:qxl_line_attr
|