/netbsd-src/sys/dev/mvme/ |
H A D | mvmebus.c | 795 static char mstring[40]; in mvmebus_mod_string() local 797 snprintf(mstring, sizeof(mstring), in mvmebus_mod_string() 800 strlcat(mstring, dsiz[ds & 0x7], sizeof(mstring)); in mvmebus_mod_string() 804 strlcat(mstring, "D", sizeof(mstring)); in mvmebus_mod_string() 806 strlcat(mstring, "P", sizeof(mstring)); in mvmebus_mod_string() 808 strlcat(mstring, "U", sizeof(mstring)); in mvmebus_mod_string() 810 strlcat(mstring, "S", sizeof(mstring)); in mvmebus_mod_string() 812 strlcat(mstring, "B", sizeof(mstring)); in mvmebus_mod_string() 814 strlcat(mstring, "6", sizeof(mstring)); in mvmebus_mod_string() 815 strlcat(mstring, ")", sizeof(mstring)); in mvmebus_mod_string() [all …]
|
/netbsd-src/usr.bin/vgrind/ |
H A D | regexp.c | 358 char *mstring) /* where to put whatever matches a \p */ in expmatch() argument 416 ptr = expmatch(s, ONEXT(cs), mstring); in expmatch() 453 ptr = expmatch(s1, MNEXT(cs), mstring); in expmatch() 457 strncpy(mstring, s, (size_t)(s1 - s)); in expmatch() 458 mstring[s1 - s] = '\0'; in expmatch() 487 ptr = expmatch(s1, MNEXT(cs), mstring); in expmatch()
|
/netbsd-src/external/bsd/byacc/dist/ |
H A D | descrip.mms | 12 mkpar.obj,mstring.obj, \ 47 mstring.obj : mstring.c
|
/netbsd-src/external/bsd/byacc/bin/ |
H A D | Makefile | 7 symtab.c verbose.c warshall.c graph.c mstring.c btyaccpar.c
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | misc.c | 300 gfc_code2string (const mstring *m, int code) in gfc_code2string() 318 gfc_string2code (const mstring *m, const char *string) in gfc_string2code()
|
H A D | gfortran.h | 106 mstring; typedef 334 extern const mstring flavors[]; 335 extern const mstring procedures[]; 336 extern const mstring intents[]; 337 extern const mstring access_types[]; 338 extern const mstring ifsrc_types[]; 339 extern const mstring save_status[]; 342 extern const mstring dtio_procs[]; 2937 const char *gfc_code2string (const mstring *, int); 2938 int gfc_string2code (const mstring *, const char *);
|
H A D | module.c | 1616 find_enum (const mstring *m) in find_enum() 1757 mio_name (int t, const mstring *m) in mio_name() 1774 MIO_NAME(TYPE) (TYPE t, const mstring *m) \ 2053 static const mstring attr_bits[] = 2128 static const mstring binding_passing[] = 2134 static const mstring binding_overriding[] = 2141 static const mstring binding_generic[] = 2147 static const mstring binding_ppc[] = 2601 static const mstring bt_types[] = { 2707 static const mstring array_spec_types[] = { [all …]
|
H A D | symbol.c | 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[] =
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | misc.cc | 302 gfc_code2string (const mstring *m, int code) in gfc_code2string() 320 gfc_string2code (const mstring *m, const char *string) in gfc_string2code()
|
H A D | gfortran.h | 106 mstring; typedef 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[]; 3222 const char *gfc_code2string (const mstring *, int); 3223 int gfc_string2code (const mstring *, const char *);
|
H A D | module.cc | 1662 find_enum (const mstring *m) in find_enum() 1803 mio_name (int t, const mstring *m) in mio_name() 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[] = { 2858 static const mstring array_spec_types[] = { [all …]
|
H A D | 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[] =
|
H A D | ChangeLog-2017 | 1220 * module.c (ab_attribute, mstring attr_bits): PDT attributes
|
H A D | ChangeLog-2018 | 392 * module.c : Add DECL_MIO_NAME for inquiry_type and the mstring
|
/netbsd-src/external/bsd/less/dist/ |
H A D | lesskey.man | 50 [4mstring[24m <whitespace> [4maction[24m [extra-string] <newline> 53 [4mstring[24m is the command key(s) which invoke the action. The [4mstring[24m may 56 the [4mstring[24m may appear literally, or be prefixed by a caret to indicate
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.opt | 182 mstring 335 mstring-compare-inline-limit=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.opt | 178 mstring 339 mstring-compare-inline-limit=
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 77 ASN1_R_MSTRING_NOT_UNIVERSAL:139:mstring not universal 78 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1841 ASN1_R_MSTRING_NOT_UNIVERSAL:139:mstring not universal 1842 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ONEWS | 340 -mstring and -mno-string.
|
H A D | FSFChangeLog.10 | 6921 * rs6000.c (rs6000_override_options): Fix typo with -mstring handling. 7092 flags bit for whether -mstring was actually used. 7094 MASK_STRING_SET for -mstring and -mno-string. 7098 all power targets. Make an explicit -mstring/-mno-string override 7369 * rs6000/rs6000.h (TARGET_SWITCHES): Add -mstring to enable string 7376 block moves when -mstring is used. 7381 the native string instructions if -mstring. 7390 -mstring on little endian systems here.
|
H A D | ChangeLog-2018 | 11656 * config/rs6000/rs6000.opt (-mstring-compare-inline-limit): Change 11661 for option -mstring-compare-inline-limit. 25715 * config/rs6000/rs6000.opt (mstring-compare-inline-limit=): Trim 25803 and -mstring-compare-inline-limit. 33212 (mstring): Replace by deprecation warning stub. 33213 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mstring.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ONEWS | 340 -mstring and -mno-string.
|
H A D | FSFChangeLog.10 | 6921 * rs6000.c (rs6000_override_options): Fix typo with -mstring handling. 7092 flags bit for whether -mstring was actually used. 7094 MASK_STRING_SET for -mstring and -mno-string. 7098 all power targets. Make an explicit -mstring/-mno-string override 7369 * rs6000/rs6000.h (TARGET_SWITCHES): Add -mstring to enable string 7376 block moves when -mstring is used. 7381 the native string instructions if -mstring. 7390 -mstring on little endian systems here.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | invoke.texi | 1184 -mstring-compare-inline-limit=@var{num} @gol 26435 @item -mstring-compare-inline-limit=@var{num} 26436 @opindex mstring-compare-inline-limit
|