Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 1252) sorted by relevance

12345678910>>...51

/netbsd-src/external/bsd/tmux/dist/
H A Dnotify.c29 struct format_tree *formats; member
95 cmdq_add_formats(state, ne->formats); in notify_insert_hook()
170 format_free(ne->formats); in notify_callback()
199 ne->formats = format_create(NULL, NULL, 0, FORMAT_NOJOBS); in notify_add()
200 format_add(ne->formats, "hook", "%s", name); in notify_add()
202 format_add(ne->formats, "hook_client", "%s", c->name); in notify_add()
204 format_add(ne->formats, "hook_session", "$%u", s->id); in notify_add()
205 format_add(ne->formats, "hook_session_name", "%s", s->name); in notify_add()
208 format_add(ne->formats, "hook_window", "@%u", w->id); in notify_add()
209 format_add(ne->formats, "hook_window_name", "%s", w->name); in notify_add()
[all …]
/netbsd-src/usr.bin/stat/
H A Dstat.c657 int formats; /* bitmap of allowed formats for this datum */ in format1() local
663 formats = 0; in format1()
698 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
715 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
746 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
755 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
768 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
782 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
826 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
835 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_file.c336 } formats[] = { variable
360 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { in pem_func()
361 const char *q = formats[j].name; in pem_func()
364 if (formats[j].ai != NULL) in pem_func()
365 ai = (*formats[j].ai)(); in pem_func()
367 ret = (*formats[j].func)(context, NULL, pem_ctx->c, in pem_func()
377 if (j == sizeof(formats)/sizeof(formats[0])) { in pem_func()
473 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) { in file_init_common()
475 if (formats[i].ai != NULL) in file_init_common()
476 ai = (*formats[i].ai)(); in file_init_common()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A D__init__.py1 from lit.formats.base import ( # noqa: F401
8 from lit.formats.googletest import GoogleTest # noqa: F401
9 from lit.formats.shtest import ShTest # noqa: F401
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dformat-perl-mixed-135 read formats
45 if test -n "${formats}"; then
47 if sed 1q < f-pm-1-$n.po | grep '^'"${formats}"'$' > /dev/null; then
/netbsd-src/usr.bin/audio/common/
H A Daudio.c60 } formats[] = { variable
79 for (i = 0; formats[i].fname; i++) in audio_format_from_str()
80 if (strcasecmp(formats[i].fname, str) == 0) in audio_format_from_str()
82 return (formats[i].fno); in audio_format_from_str()
/netbsd-src/external/bsd/libarchive/dist/
H A DREADME.md4 can read and write streaming archives in a variety of formats. It
61 * libarchive-formats.5 documents the file formats supported by the library
63 popular archive formats, including hard-to-find details about
67 a number of different formats.
75 Currently, the library automatically detects and reads the following formats:
109 The library can create archives in any of the following formats:
156 of an archive are not directly supported. For some formats,
166 archive formats. The only requirement is that the format be
173 * The same API is used for all formats; it should be very
175 any of libarchive's archiving formats.
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_pack_dev.c286 } formats[] = { variable
324 format = bsearch(name, formats, in pack_find()
325 sizeof(formats)/sizeof(formats[0]), in pack_find()
326 sizeof(formats[0]), compare_format); in pack_find()
H A Darchive_read_set_format.c102 slots = sizeof(a->formats) / sizeof(a->formats[0]); in archive_read_set_format()
103 a->format = &(a->formats[0]); in archive_read_set_format()
H A Darchive_read_set_options.c81 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) { in archive_set_format_option()
82 struct archive_format_descriptor *format = &a->formats[i]; in archive_set_format_option()
/netbsd-src/sbin/mknod/
H A Dpack_dev.c247 } formats[] = { variable
284 format = bsearch(name, formats, in pack_find()
285 sizeof(formats)/sizeof(formats[0]), in pack_find()
286 sizeof(formats[0]), compare_format); in pack_find()
/netbsd-src/usr.sbin/bad144/
H A Dbad144.c545 static int rp06format(struct formats *, struct disklabel *, daddr_t, char *, int);
546 static int hpupformat(struct formats *, struct disklabel *, daddr_t, char *, int);
548 static struct formats { struct
553 } formats[] = { argument
566 hpupformat(struct formats *fp, struct disklabel *dp, daddr_t blk, char *buf, in hpupformat()
584 rp06format(struct formats *fp, struct disklabel *dp, daddr_t blk, char *buf, in rp06format()
598 struct formats *fp; in format()
604 for (fp = formats; fp->f_name; fp++) in format()
/netbsd-src/libexec/tftpd/
H A Dtftpd.c115 struct formats;
123 static void recvfile(struct formats *, int, int);
124 static void sendfile(struct formats *, int, int);
129 static struct formats { struct
132 void (*f_send)(struct formats *, int, int); argument
133 void (*f_recv)(struct formats *, int, int); argument
135 } formats[] = { variable
652 struct formats *pf; in tftp()
680 for (pf = formats; pf->f_mode; pf++) in tftp()
948 sendfile(struct formats *pf, volatile int etftp, int acklength) in sendfile()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/
H A Dlit.local.cfg1 import lit.formats
2 config.test_format = lit.formats.ShTest(execute_external=False)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/
H A Dlit.local.cfg1 import lit.formats
2 config.test_format = lit.formats.ShTest(execute_external=True)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dlit.local.cfg1 import lit.formats
2 config.test_format = lit.formats.ShTest(execute_external=True)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/standalone-tests/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.ShTest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.GoogleTest('subdir', 'Test')
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xfail-cl/
H A Dlit.cfg1 import lit.formats
4 config.test_format = lit.formats.ShTest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/
H A Dlit.cfg1 import lit.formats
4 config.test_format = lit.formats.ShTest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-output-printing/
H A Dlit.cfg1 import lit.formats
4 config.test_format = lit.formats.ShTest(execute_external=False)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.ShTest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/standalone-tests-with-suffixes/
H A Dlit.cfg1 import lit.formats
3 config.test_format = lit.formats.ShTest()

12345678910>>...51