Home
last modified time | relevance | path

Searched refs:group (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dgrp.h49 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/
Dpicolibc.specs.in19 --start-group %(libgcc) @ADDITIONAL_LIBS@ -lc %{-oslib=*:-l%*} --end-group
Dfind-copyright102 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()
DCMakeLists.txt606 # linker group
610 -Wl,--start-group c semihost -Wl,--end-group
DCOPYING.picolibc5494 This software was developed by the Computer Systems Engineering group
/picolibc-latest/newlib/doc/
Dmakedocbook.py341 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/
Dmkcategories68 uniq -f2 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ,"
Dmkcaseconv78 uniq -f1 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ," |
/picolibc-latest/.github/workflows/
Dhead14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dhead-zephyr14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
/picolibc-latest/newlib/libc/
Dsys.tex208 @group
226 @end group
284 @group
293 @end group
/picolibc-latest/newlib/libc/locale/
Dlocale.tex59 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/
DREADME242 To fit diverse usage models, NEWLIB supports a group of configuration
DChangeLog-201519014 * libc/include/grp.h: Don't declare group functions when compiling