OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmts
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/lib/libossaudio/
t_ossaudio.c
398
int caps, props,
fmts
;
local
429
if (ioctl(fd, SNDCTL_DSP_GETFMTS, &
fmts
) < 0)
433
ATF_REQUIRE(
fmts
& AFMT_MU_LAW);
434
ATF_REQUIRE(
fmts
& AFMT_A_LAW);
435
ATF_REQUIRE(
fmts
& AFMT_S8);
436
ATF_REQUIRE(
fmts
& AFMT_U8);
437
ATF_REQUIRE(
fmts
& AFMT_S16_LE);
438
ATF_REQUIRE(
fmts
& AFMT_S16_BE);
439
ATF_REQUIRE(
fmts
& AFMT_U16_LE);
440
ATF_REQUIRE(
fmts
& AFMT_U16_BE)
[
all
...]
/src/usr.sbin/mdsetimage/
bin_nlist.c
170
static const char *
fmts
[] = {
local
189
return
fmts
;
/src/lib/libedit/
terminal.c
1460
static const char
fmts
[] = "%s\n", fmtd[] = "%d\n";
local
1488
(void) fprintf(el->el_outfile,
fmts
, EL_CAN_TAB ? "yes" : "no");
1491
(void) fprintf(el->el_outfile,
fmts
, Val(T_km) ? "yes" : "no");
1494
(void) fprintf(el->el_outfile,
fmts
, EL_HAS_MAGIC_MARGINS ?
1498
(void) fprintf(el->el_outfile,
fmts
, EL_HAS_AUTO_MARGINS ?
/src/sys/external/bsd/drm2/dist/drm/
drm_connector.c
773
* @num_formats: the number of entries in the
fmts
array
783
u32 *
fmts
= NULL;
local
789
fmts
= kmemdup(formats, sizeof(*formats) * num_formats,
791
if (!
fmts
)
796
info->bus_formats =
fmts
;
/src/external/gpl3/gcc/dist/contrib/
paranoia.cc
2631
}
fmts
[] = {
local
2649
int i, n = sizeof (
fmts
)/sizeof(*
fmts
);
2652
if (strcmp (
fmts
[i].name, optarg) == 0)
2660
printf ("\t%s\n",
fmts
[i].name);
2667
=
fmts
[i].fmt;
/src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc
2631
}
fmts
[] = {
local
2649
int i, n = sizeof (
fmts
)/sizeof(*
fmts
);
2652
if (strcmp (
fmts
[i].name, optarg) == 0)
2660
printf ("\t%s\n",
fmts
[i].name);
2667
=
fmts
[i].fmt;
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026