Home
last modified time | relevance | path

Searched full:group (Results 1 – 25 of 36) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dgrp.h49 #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 …]
Dcpio.h10 #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 */
Dtar.h37 #define TGREAD 00040 /* Read by group. */
38 #define TGWRITE 00020 /* Write by group. */
39 #define TGEXEC 00010 /* Execute/search by group. */
Dar.h58 char ar_gid[6]; /* group id */
/picolibc-3.7.0-3.6.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)
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()
DCMakeLists.txt581 # linker group
585 -Wl,--start-group c semihost -Wl,--end-group
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dl64a.c8 * 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
Da64l.c21 group of 2 bits (bits 31 and 30).
23 Each group of 6 bits forms a value from 0--63 which is translated into
Datexit.c30 in this list; however, after every group of 32 functions is enrolled,
Don_exit.c35 in this list; however, after every group of 32 functions is enrolled,
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dsched.h31 /* Open Group Specifications Issue 6 */
46 /* Open Group Specifications Issue 6 */
Dstat.h124 __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 */
Dsyslimits.h44 #define NGROUPS_MAX 16 /* max supplemental group id's */
Dtypes.h194 typedef __gid_t gid_t; /* group id */
/picolibc-3.7.0-3.6.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.7.0-3.6.0/newlib/libc/
Dsys.tex208 @group
226 @end group
284 @group
293 @end group
/picolibc-3.7.0-3.6.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.7.0-3.6.0/.github/workflows/
Dmacos.yml14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dhead14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Dhead-zephyr14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dmkcategories68 uniq -f2 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ,"
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/
Dm68k_semihost.h78 uint32_t my_gid; /* group ID of owner */
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/
Dnios2_semihost.h78 uint32_t my_gid; /* group ID of owner */
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/sys/
Dfenv.h45 The Open Group Base Specifications Issue 6:

12