Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dgrp.h52 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/
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.txt533 # linker group
537 -Wl,--start-group c semihost -Wl,--end-group
DCOPYING.picolibc5222 This software was developed by the Computer Systems Engineering group
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/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-3.5.0-3.4.0/newlib/libc/
Dsys.tex208 @group
226 @end group
284 @group
293 @end group
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/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