Searched refs:slength (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 1201 int dlength, slength, i; in tabprint() local 1207 slength = length[sour]; in tabprint() 1208 if (slength == tabrow) in tabprint() 1211 while (slength != tabrow - 1) { in tabprint() 1213 for (i=1; i<=slength-tabrow; i++) in tabprint() 1216 slength--; in tabprint()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype.c | 1659 size_t slength; in oprintf() local 1668 slength = vasprintf (&s, format, ap); in oprintf() 1669 if (s == NULL || (int) slength < 0) in oprintf() 1673 if (o->bufused + slength > o->buflength) in oprintf() 1682 while (o->bufused + slength >= new_len); in oprintf() 1686 memcpy (o->buf + o->bufused, s, slength); in oprintf() 1687 o->bufused += slength; in oprintf()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype.cc | 1679 size_t slength; in oprintf() local 1688 slength = vasprintf (&s, format, ap); in oprintf() 1689 if (s == NULL || (int) slength < 0) in oprintf() 1693 if (o->bufused + slength > o->buflength) in oprintf() 1702 while (o->bufused + slength >= new_len); in oprintf() 1706 memcpy (o->buf + o->bufused, s, slength); in oprintf() 1707 o->bufused += slength; in oprintf()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | module.cc | 1914 quote_string (const gfc_char_t *s, const size_t slength) in quote_string() argument 1922 for (p = s, i = 0; i < slength; p++, i++) in quote_string() 1933 for (p = s, i = 0; i < slength; p++, i++) in quote_string()
|
| H A D | trans-expr.cc | 8033 int dkind, tree slength, tree src, int skind) in gfc_trans_string_copy() argument 8048 if (slength != NULL_TREE) in gfc_trans_string_copy() 8050 slen = gfc_evaluate_now (fold_convert (gfc_charlen_type_node, slength), block); in gfc_trans_string_copy() 8117 if (slength && POINTER_TYPE_P (TREE_TYPE (src))) in gfc_trans_string_copy() 8146 if (slength && TREE_CONSTANT (slength)) in gfc_trans_string_copy()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | module.c | 1868 quote_string (const gfc_char_t *s, const size_t slength) in quote_string() argument 1876 for (p = s, i = 0; i < slength; p++, i++) in quote_string() 1887 for (p = s, i = 0; i < slength; p++, i++) in quote_string()
|
| H A D | trans-expr.c | 7497 int dkind, tree slength, tree src, int skind) in gfc_trans_string_copy() argument 7512 if (slength != NULL_TREE) in gfc_trans_string_copy() 7514 slen = gfc_evaluate_now (fold_convert (gfc_charlen_type_node, slength), block); in gfc_trans_string_copy() 7581 if (slength && POINTER_TYPE_P (TREE_TYPE (src))) in gfc_trans_string_copy() 7603 if (slength && TREE_CONSTANT (slength)) in gfc_trans_string_copy()
|