/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | grp.h | 49 #define _PATH_GROUP "/etc/group" 52 struct group { struct 53 char *gr_name; /* group name */ argument 54 char *gr_passwd; /* group password */ argument 55 gid_t gr_gid; /* group id */ argument 56 char **gr_mem; /* group members */ argument 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 **); [all …]
|
D | cpio.h | 10 #define C_IRGRP 0000040 /* Read by group */ 11 #define C_IWGRP 0000020 /* Write by group */ 12 #define C_IXGRP 0000010 /* Execute by group */ 17 #define C_ISGID 0002000 /* Set group ID */
|
D | tar.h | 37 #define TGREAD 00040 /* Read by group. */ 38 #define TGWRITE 00020 /* Write by group. */ 39 #define TGEXEC 00010 /* Execute/search by group. */
|
D | ar.h | 58 char ar_gid[6]; /* group id */
|
/picolibc-3.7.0-3.6.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) 155 tog = re.compile(r'.*Open Group Base Specification', re.I | re.S) 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 | 581 # linker group 585 -Wl,--start-group c semihost -Wl,--end-group
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | l64a.c | 8 * 32 bits of input. This means that the last group may be 2 bits 11 * Each group of 6 bits forms a value from 0-63 which is converted into
|
D | a64l.c | 21 group of 2 bits (bits 31 and 30). 23 Each group of 6 bits forms a value from 0--63 which is translated into
|
D | atexit.c | 30 in this list; however, after every group of 32 functions is enrolled,
|
D | on_exit.c | 35 in this list; however, after every group of 32 functions is enrolled,
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | sched.h | 31 /* Open Group Specifications Issue 6 */ 46 /* Open Group Specifications Issue 6 */
|
D | stat.h | 124 __gid_t st_gid; /* Group ID of the file's group.*/ 181 #define S_ISGID 0002000 /* set group id on execution */ 217 #define S_IRGRP 0000040 /* read permission, group */ 219 #define S_IXGRP 0000010/* execute/search permission, group */
|
D | syslimits.h | 44 #define NGROUPS_MAX 16 /* max supplemental group id's */
|
D | types.h | 194 typedef __gid_t gid_t; /* group id */
|
/picolibc-3.7.0-3.6.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.7.0-3.6.0/newlib/libc/ |
D | sys.tex | 208 @group 226 @end group 284 @group 293 @end group
|
/picolibc-3.7.0-3.6.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.7.0-3.6.0/.github/workflows/ |
D | macos.yml | 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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-3.7.0-3.6.0/newlib/libc/ctype/ |
D | mkcategories | 68 uniq -f2 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ,"
|
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/ |
D | m68k_semihost.h | 78 uint32_t my_gid; /* group ID of owner */
|
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/ |
D | nios2_semihost.h | 78 uint32_t my_gid; /* group ID of owner */
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/sys/ |
D | fenv.h | 45 The Open Group Base Specifications Issue 6:
|