HomeSort by: relevance | last modified time | path
    Searched refs:mstring (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/byacc/dist/
mstring.c 1 /* $NetBSD: mstring.c,v 1.8 2026/01/18 16:41:29 christos Exp $ */
3 /* Id: mstring.c,v 1.11 2024/12/14 16:48:04 tom Exp */
9 __RCSID("$NetBSD: mstring.c,v 1.8 2026/01/18 16:41:29 christos Exp $");
27 msprintf(struct mstring *s, const char *fmt, ...)
102 mputchar(struct mstring *s, int ch)
124 struct mstring *
127 struct mstring *n = TMALLOC(struct mstring, 1);
144 struct mstring *
147 struct mstring *r = NULL
    [all...]
reader.c 680 struct mstring *temp = msnew();
714 struct mstring *temp = msnew();
781 struct mstring *code_mstr;
2222 struct mstring *s = msnew();
2387 struct mstring *c = msnew();
3283 struct mstring *code_mstr = msnew();
3491 struct mstring *new_code = msnew();
  /src/external/bsd/byacc/bin/
Makefile 7 symtab.c verbose.c warshall.c graph.c mstring.c btyaccpar.c
  /src/sys/dev/mvme/
mvmebus.c 795 static char mstring[40]; local
797 snprintf(mstring, sizeof(mstring),
800 strlcat(mstring, dsiz[ds & 0x7], sizeof(mstring));
804 strlcat(mstring, "D", sizeof(mstring));
806 strlcat(mstring, "P", sizeof(mstring));
808 strlcat(mstring, "U", sizeof(mstring))
    [all...]
  /src/usr.bin/vgrind/
regexp.c 358 char *mstring) /* where to put whatever matches a \p */
416 ptr = expmatch(s, ONEXT(cs), mstring);
453 ptr = expmatch(s1, MNEXT(cs), mstring);
457 strncpy(mstring, s, (size_t)(s1 - s));
458 mstring[s1 - s] = '\0';
487 ptr = expmatch(s1, MNEXT(cs), mstring);
  /src/external/gpl3/gcc/dist/gcc/fortran/
misc.cc 303 /* Given an mstring array and a code, locate the code in the table,
307 gfc_code2string (const mstring *m, int code)
321 /* Given an mstring array and a string, returns the value of the tag
325 gfc_string2code (const mstring *m, const char *string)
gfortran.h 96 /* Macro to initialize an mstring structure. */
106 mstring; typedef in typeref:struct:__anon13612
389 extern const mstring flavors[];
390 extern const mstring procedures[];
391 extern const mstring intents[];
392 extern const mstring access_types[];
393 extern const mstring ifsrc_types[];
394 extern const mstring save_status[];
397 extern const mstring dtio_procs[];
3346 const char *gfc_code2string (const mstring *, int)
    [all...]
module.cc 1658 /* Given a pointer to an mstring array, require that the current input
1662 find_enum (const mstring *m)
1803 mio_name (int t, const mstring *m)
1820 MIO_NAME(TYPE) (TYPE t, const mstring *m) \
2106 static const mstring attr_bits[] =
2194 static const mstring binding_passing[] =
2200 static const mstring binding_overriding[] =
2207 static const mstring binding_generic[] =
2213 static const mstring binding_ppc[] =
2771 static const mstring bt_types[] =
    [all...]
symbol.cc 36 const mstring flavors[] =
47 const mstring procedures[] =
59 const mstring intents[] =
68 const mstring access_types[] =
76 const mstring ifsrc_types[] =
83 const mstring save_status[] =
91 const mstring dtio_procs[] =
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
misc.cc 298 /* Given an mstring array and a code, locate the code in the table,
302 gfc_code2string (const mstring *m, int code)
316 /* Given an mstring array and a string, returns the value of the tag
320 gfc_string2code (const mstring *m, const char *string)
gfortran.h 96 /* Macro to initialize an mstring structure. */
106 mstring; typedef in typeref:struct:__anon16047
384 extern const mstring flavors[];
385 extern const mstring procedures[];
386 extern const mstring intents[];
387 extern const mstring access_types[];
388 extern const mstring ifsrc_types[];
389 extern const mstring save_status[];
392 extern const mstring dtio_procs[];
3226 const char *gfc_code2string (const mstring *, int)
    [all...]
module.cc 1658 /* Given a pointer to an mstring array, require that the current input
1662 find_enum (const mstring *m)
1803 mio_name (int t, const mstring *m)
1820 MIO_NAME(TYPE) (TYPE t, const mstring *m) \
2105 static const mstring attr_bits[] =
2191 static const mstring binding_passing[] =
2197 static const mstring binding_overriding[] =
2204 static const mstring binding_generic[] =
2210 static const mstring binding_ppc[] =
2752 static const mstring bt_types[] =
    [all...]
symbol.cc 36 const mstring flavors[] =
47 const mstring procedures[] =
59 const mstring intents[] =
68 const mstring access_types[] =
76 const mstring ifsrc_types[] =
83 const mstring save_status[] =
91 const mstring dtio_procs[] =

Completed in 57 milliseconds