Searched refs:group (Results 1 – 12 of 12) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | grp.h | 52 struct group { struct 64 struct group *getgrgid (gid_t); 65 struct group *getgrnam (const char *); 67 int getgrnam_r (const char *, struct group *, 68 char *, size_t, struct group **); 69 int getgrgid_r (gid_t, struct group *, 70 char *, size_t, struct group **); 73 struct group *getgrent (void);
|
/picolibc-3.5.0-3.4.0/ |
D | picolibc.specs.in | 19 --start-group %(libgcc) @ADDITIONAL_LIBS@ -lc %{-oslib=*:-l%*} --end-group
|
D | find-copyright | 102 line = left_res.match(line).group(1) 107 line = m.group(1) 247 after = m.group(1) 271 after = m.group(1) 295 after = m.group(1) 468 … line = m.group(1).strip() + ' ' + m.group(2).strip()
|
D | CMakeLists.txt | 533 # linker group 537 -Wl,--start-group c semihost -Wl,--end-group
|
D | COPYING.picolibc | 5222 This software was developed by the Computer Systems Engineering group
|
/picolibc-3.5.0-3.4.0/newlib/doc/ |
D | makedocbook.py | 341 funcdef.text = match.group(1) 343 function.text = match.group(2) 345 if match.group(3).strip() == 'void': 349 for p in re.split(r',(?![^()]*\))', match.group(3)): 367 paramdef.text = match2.group(1) 368 parameter.text = match2.group(2) 369 parameter.tail = match2.group(3) 486 sys.exit("texinfo command '%s' remains in output" % match.group(0)) 567 t.value = re.sub(r'o\s', r'', lexer.lexmatch.group(0), 1)
|
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | mkcategories | 68 uniq -f2 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ,"
|
D | mkcaseconv | 78 uniq -f1 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ," |
|
/picolibc-3.5.0-3.4.0/newlib/libc/ |
D | sys.tex | 208 @group 226 @end group 284 @group 293 @end group
|
/picolibc-3.5.0-3.4.0/newlib/libc/locale/ |
D | locale.tex | 59 Specifications for how many digits to group (if any grouping is done at 62 group, and a value of @code{0} (that is, the string's trailing
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | README | 242 To fit diverse usage models, NEWLIB supports a group of configuration
|
D | ChangeLog-2015 | 19014 * libc/include/grp.h: Don't declare group functions when compiling
|