Searched refs:group (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | grp.h | 49 struct group { struct 61 struct group *getgrgid (gid_t); 62 struct group *getgrnam (const char *); 64 int getgrnam_r (const char *, struct group *, 65 char *, size_t, struct group **); 66 int getgrgid_r (gid_t, struct group *, 67 char *, size_t, struct group **); 70 struct group *getgrent (void);
|
/picolibc-latest/ |
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 | 606 # linker group 610 -Wl,--start-group c semihost -Wl,--end-group
|
D | COPYING.picolibc | 5494 This software was developed by the Computer Systems Engineering group
|
/picolibc-latest/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-latest/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-latest/.github/workflows/ |
D | head | 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
D | head-zephyr | 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 208 @group 226 @end group 284 @group 293 @end group
|
/picolibc-latest/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-latest/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
|