Searched refs:ms (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.ifnotdef.d47 tick-10ms
H A Dtst.logicaland.d46 tick-10ms
H A Dtst.logicalandor.d46 tick-10ms
H A Dtst.logicalor.d46 tick-10ms
H A Dtst.muland.d46 tick-10ms
H A Dtst.mulor.d46 tick-10ms
H A Dtst.preexpelse.d47 tick-10ms
H A Dtst.preexpif.d46 tick-10ms
H A Dtst.preexpifelse.d48 tick-10ms
/freebsd-11-stable/share/doc/papers/kernmalloc/
H A DMakefile6 SRCS= kernmalloc.t appendix.ms
8 MACROS= -ms
/freebsd-11-stable/share/doc/papers/sysperf/
H A DMakefile6 SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.ms
8 MACROS= -ms
/freebsd-11-stable/share/doc/psd/13.rcs/
H A DMakefile.inc4 MACROS= -ms
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c242 static const char *match (MatchState *ms, const char *s, const char *p);
255 static int check_capture (MatchState *ms, int l) { argument
257 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED)
258 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
263 static int capture_to_close (MatchState *ms) { argument
264 int level = ms->level;
266 if (ms->capture[level].len == CAP_UNFINISHED) return level;
267 return luaL_error(ms->L, "invalid pattern capture");
271 static const char *classend (MatchState *ms, cons argument
338 singlematch(MatchState *ms, const char *s, const char *p, const char *ep) argument
354 matchbalance(MatchState *ms, const char *s, const char *p) argument
375 max_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
390 min_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
403 start_capture(MatchState *ms, const char *s, const char *p, int what) argument
417 end_capture(MatchState *ms, const char *s, const char *p) argument
428 match_capture(MatchState *ms, const char *s, int l) argument
439 match(MatchState *ms, const char *s, const char *p) argument
565 push_onecapture(MatchState *ms, int i, const char *s, const char *e) argument
584 push_captures(MatchState *ms, const char *s, const char *e) argument
627 MatchState ms; local
669 MatchState ms; local
707 add_s(MatchState *ms, luaL_Buffer *b, const char *s, const char *e) argument
733 add_value(MatchState *ms, luaL_Buffer *b, const char *s, const char *e, int tr) argument
772 MatchState ms; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrocmd.c53 struct macro_scope *ms = NULL;
55 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms);
68 ms = default_macro_scope ();
69 if (ms)
71 expanded = macro_expand (exp, standard_macro_lookup, ms);
89 struct macro_scope *ms = NULL;
91 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms);
104 ms = default_macro_scope ();
105 if (ms)
107 expanded = macro_expand_once (exp, standard_macro_lookup, ms);
51 struct macro_scope *ms = NULL; local
87 struct macro_scope *ms = NULL; local
140 struct macro_scope *ms = NULL; local
[all...]
/freebsd-11-stable/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c78 rowcol_convert(struct _citrus_mapper_std * __restrict ms, argument
88 rc = &ms->ms_rowcol;
233 rowcol_uninit(struct _citrus_mapper_std *ms) argument
237 rc = &ms->ms_rowcol;
242 rowcol_init(struct _citrus_mapper_std *ms) argument
252 ms->ms_convert = &rowcol_convert;
253 ms->ms_uninit = &rowcol_uninit;
254 rc = &ms->ms_rowcol;
257 ret = _db_lookup_by_s(ms->ms_db, _CITRUS_MAPPER_STD_SYM_TABLE,
266 ret = _db_lookup_by_s(ms
342 struct _citrus_mapper_std *ms; local
412 struct _citrus_mapper_std *ms; local
434 struct _citrus_mapper_std *ms; local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c117 file_softmagic(struct magic_set *ms, const struct buffer *b, argument
133 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next)
134 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode,
147 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, argument
157 file_magerror(ms,
194 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, argument
206 int print = (ms->flags & MAGIC_NODESC) == 0;
217 if (file_check_mem(ms, cont_level) == -1)
239 if (msetoffset(ms,
471 check_fmt(struct magic_set *ms, const char *fmt) argument
513 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) argument
568 mprint(struct magic_set *ms, struct magic *m) argument
865 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, int32_t *op) argument
1010 cvt_id3(struct magic_set *ms, uint32_t v) argument
1173 mconvert(struct magic_set *ms, struct magic *m, int flip) argument
1338 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) argument
1510 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, const struct buffer *b, size_t o, unsigned int cont_level) argument
1560 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *returnval, int *found_match) argument
1993 magiccheck(struct magic_set *ms, struct magic *m) argument
2352 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) argument
2385 print_sep(struct magic_set *ms, int firstline) argument
[all...]
H A Dascmagic.c70 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) argument
91 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime,
95 rv = file_ascmagic_with_encoding(ms, &bb,
104 file_ascmagic_with_encoding(struct magic_set *ms, argument
114 int mime = ms->flags & MAGIC_MIME;
140 if (ulen > 0 && (ms->flags & MAGIC_NO_CHECK_SOFT) == 0) {
146 file_oomem(ms, mlen);
155 if ((rv = file_softmagic(ms, &bb, NULL, NULL,
161 if ((ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION))) {
167 if ((ms
[all...]
H A Dreadcdf.c42 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0)
49 { "Excel", "vnd.ms-excel", },
50 { "Powerpoint", "vnd.ms-powerpoint", },
52 { "Advanced Installer", "vnd.ms-msi", },
53 { "InstallShield", "vnd.ms-msi", },
54 { "Microsoft Patch Compiler", "vnd.ms-msi", },
55 { "NAnt", "vnd.ms-msi", },
56 { "Windows Installer", "vnd.ms-msi", },
59 { "Book", "vnd.ms
148 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, size_t count, const cdf_directory_t *root_storage) argument
266 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst) argument
297 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst, const cdf_directory_t *root_storage) argument
369 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
387 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t *root_storage, const char **expn) argument
512 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) argument
541 file_trycdf(struct magic_set *ms, const struct buffer *b) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-msdos.c109 struct pex_msdos *ms; local
112 ms = (struct pex_msdos *) obj->sysdep;
116 if (ms->files[i] == NULL)
118 ms->files[i] = xstrdup (name);
130 pex_msdos_fdindex (struct pex_msdos *ms, int fd) argument
133 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL)
144 struct pex_msdos *ms; local
147 ms = (struct pex_msdos *) obj->sysdep;
148 fdindex = pe_msdos_fdindex (ms, fd);
149 free (ms
162 struct pex_msdos *ms; local
291 struct pex_msdos *ms; local
308 struct pex_msdos *ms; local
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_db.c62 struct _memstream ms; local
64 _memstream_bind(&ms, r);
67 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
72 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET))
76 _memstream_remainder(&ms))
104 struct _memstream ms; local
108 _memstream_bind(&ms, &db->db_region);
110 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
129 if (_citrus_memory_stream_seek(&ms, offset, SEEK_SET))
132 dex = _memstream_getregion(&ms, NUL
284 struct _memstream ms; local
298 struct _memstream ms; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackzoom.d19 tick-1ms
27 tick-1ms
H A Dtst.multiaggs2.d43 tick-10ms
57 tick-10ms
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d28 tick-1ms
42 tick-1ms
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sort.d31 tick-1ms
40 tick-1ms
/freebsd-11-stable/share/doc/papers/newvm/
H A DMakefile7 MACROS= -ms

Completed in 199 milliseconds

1234567891011>>