HomeSort by: relevance | last modified time | path
    Searched defs:substring (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/lib/
substring.c 1 /* $NetBSD: substring.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* substring.c -- extract substring.
4 Id: substring.c,v 1.2 2004/04/11 17:56:46 karl Exp
25 substring (const char *start, const char *end) function
  /src/external/gpl2/groff/dist/src/include/
stringclass.h 63 string substring(int i, int n) const;
182 inline string string::substring(int i, int n) const function in class:string
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 820 /* Match a substring reference. */
895 gfc_error ("Syntax error in SUBSTRING specification at %C");
1186 /* Basic checks on substring starting and ending indices. */
1201 gfc_error ("Substring start index (%ld) at %L below 1",
1207 gfc_error ("Substring end index (%ld) at %L exceeds string "
2059 gfc_ref *substring, *tail, *tmp; local
2572 switch (match_substring (primary->ts.u.cl, equiv_flag, &substring, def))
2576 primary->ref = substring;
2578 tail->next = substring;
2583 if (substring)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 44 /* Substring representation. */
46 struct substring struct
64 typedef substring *compare_type;
66 static inline bool equal (const attribute_spec *, const substring *);
77 attribute_hasher::equal (const attribute_spec *spec, const substring *str)
364 struct substring str;
391 struct substring attr;
  /src/external/gpl3/binutils/dist/ld/
pdb.h 540 uint32_t substring; member in struct:lf_string_id
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 540 uint32_t substring; member in struct:lf_string_id

Completed in 42 milliseconds