/glibc-2.36/grp/ |
D | grp-merge.c | 31 free (members); \ 46 char **members = NULL; in __copy_grp() local 71 members = malloc (sizeof (char *) * (memcount + 1)); in __copy_grp() 72 if (members == NULL) in __copy_grp() 82 members[i] = &destbuf[c]; in __copy_grp() 85 members[i] = NULL; in __copy_grp() 100 memcpy (&destbuf[c], members, len); in __copy_grp() 102 free (members); in __copy_grp() 103 members = NULL; in __copy_grp() 126 char **members = NULL; in libc_hidden_def() local [all …]
|
D | testgrp.c | 14 char **members; in main() local 35 for (members = my_group->gr_mem; *members != NULL; ++members) in main() 36 printf (" %s\n", *members); in main()
|
D | tst-putgrent.c | 143 char *members[] in do_test() local 158 .gr_mem = members, in do_test()
|
/glibc-2.36/manual/examples/ |
D | db.c | 30 char **members; in main() local 61 members = my_group->gr_mem; in main() 62 while (*members) in main() 64 printf (" %s\n", *(members)); in main() 65 members++; in main()
|
/glibc-2.36/nss/ |
D | db-Makefile | 53 if (members[mem] == "") \ 54 members[mem]=$$3; \ 56 members[mem]=members[mem] "," $$3; \ 59 END { for (mem in members) \ 60 printf ":%s %s %s\n", mem, mem, members[mem]; }' $^ | \
|
/glibc-2.36/gshadow/ |
D | tst-putsgent.c | 139 char *members[] in do_test() local 154 .sg_adm = members in do_test() 159 .sg_mem = members in do_test()
|
/glibc-2.36/scripts/ |
D | pylintrc | 184 # Tells whether missing members accessed in mixin class should be ignored. A 186 ignore-mixin-members=yes 193 # to generated-members. 196 # List of members which are set dynamically and missed by pylint inference 199 generated-members=REQUEST,acl_users,aq_parent
|
/glibc-2.36/manual/ |
D | locale.texi | 655 These are the standard members of @code{struct lconv}; there may be 671 respectively. In the @samp{C} locale, both members have a value of 711 members have the same value.) 713 In the standard @samp{C} locale, both of these members have the value 725 These members of the @code{struct lconv} structure specify how to print 769 These members are @code{1} if the @code{currency_symbol} or 772 @code{p_cs_precedes} and @code{int_p_cs_precedes} members apply to 774 @code{int_n_cs_precedes} members apply to negative amounts. 776 In the standard @samp{C} locale, all of these members have a value of 780 In other words, treat all nonzero values alike in these members. [all …]
|
D | users.texi | 74 @dfn{supplementary groups}. Users who are members of the same group can 999 members: 1176 @code{ut_type} members are identical. If the @code{ut_type} member of 1180 these four, and the @code{ut_id} members match. However if the 1182 from the database is empty it checks if the @code{ut_line} members match 1464 The @code{utmpx} data structure contains at least the following members: 1719 members. Older systems do not even have the @code{ut_host} member. 1760 entries in the system user data base. It has at least the following members: 2245 @code{struct passwd} structure has no members except the standard ones; 2282 the system group database. It has at least the following members: [all …]
|
D | dynlink.texi | 63 be made first; it updates the @code{dls_size} and @code{dls_cnt} members
|
D | time.texi | 149 @file{time.h} and has the following members: 176 the following members: 351 times. It contains at least the following members: 662 It contains the following members: 705 contains the following members: 971 contains at least the following members, which can appear in any order. 1224 members of the broken-down time 1229 structure, including the members that were initially ignored. 1238 members. @xref{Time Zone Functions}. 1792 members. @xref{Time Zone Functions}. [all …]
|
D | terminal.texi | 241 structure includes at least the following members: 261 The @code{struct termios} structure also contains members which 267 The following sections describe the details of the members of the 405 Your program may be run years from now, on systems that support members 406 not documented in this manual. The way to avoid setting these members 414 @code{c_iflag}, @code{c_oflag} and @code{c_cflag} members do, even 776 modes in the other members, but leave the hardware details in
|
D | socket.texi | 304 The @code{struct sockaddr} type itself has the following members: 517 interface. It has the following members: 662 the following members: 777 Internet namespace. It has the following members: 802 namespace. It has the following members: 1241 has the following members: 1741 It has the following members: 1909 the data in the @code{sin_port} and @code{sin_addr} members of the 2002 database. It has the following members: 3457 This structure type has the following members: [all …]
|
D | filesys.texi | 330 This structure may contain additional members in the future. Their 600 dirent64}. Some of the members of this data type (notably @code{d_ino}) 1781 attributes of a file. It contains at least the following members: 1875 The members of this type are the same and have the same names as those 1876 in @code{struct stat}. The only difference is that the members 2810 members of the @code{stat} structure; see @ref{File Attributes}. 2845 following members: 2866 values from the @code{actime} and @code{modtime} members (respectively)
|
D | string.texi | 1934 are members of the set specified by the string @var{skipset}. The order 1953 of wide characters that are members of the set specified by the string 1963 that are @emph{not} members of the set specified by the string @var{stopset}. 1983 consists entirely of wide characters that are @emph{not} members of the 2072 that are members of this set are discarded. The first byte that is 2108 the initial wide characters that are members of this set are discarded.
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 81 // Bug 23081: l_type and l_whence members of flock structure have type int instead of short
|
/glibc-2.36/nptl/ |
D | DESIGN-systemtap-probes.txt | 14 arg1 = struct pthread (members include thread ID, process ID)
|
/glibc-2.36/conform/data/sys/ |
D | socket.h-data | 25 // Bug 16919: wrong type for msg_iovlen and msg_controllen members.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl_db | 286 prefix for `struct pthread' members.
|
D | ChangeLog.2 | 268 * time/sys/time.h (struct timeval): Make members TV_SEC and 272 members be `long', not `int'. 314 missing member ST_FSTYPE. Fixup types on various members to make 1415 Add `cookie' and `funcs' members. 2360 Rearranged order of members slightly. 3175 for `ru_utime' and `ru_stime' members. 3520 members, with the POSIX.1 types.
|
D | ChangeLog.4 | 68 `__allocation' and `__size' members. 1416 members that correspond to thread_state.h structs. 1644 members sc_mdlo, sc_mdhi. 2216 * sysdeps/mach/hurd/opendir.c: Initialize new members.
|
/glibc-2.36/po/ |
D | el.po | 1371 msgid " Explicit members:\n" 1375 msgid " No explicit members\n" 1379 msgid " Implicit members:\n" 1383 msgid " No implicit members\n" 1387 msgid " Recursive members:\n" 1391 msgid " No recursive members\n"
|
D | nb.po | 1506 msgid " Explicit members:\n" 1510 msgid " No explicit members\n" 1514 msgid " Implicit members:\n" 1518 msgid " No implicit members\n" 1522 msgid " Recursive members:\n" 1526 msgid " No recursive members\n"
|
D | en_GB.po | 143 msgid " Explicit members:\n" 151 msgid " Implicit members:\n" 159 msgid " No explicit members\n" 167 msgid " No implicit members\n" 175 msgid " No recursive members\n" 183 msgid " Recursive members:\n"
|
D | sk.po | 2722 msgid " Explicit members:\n" 2726 msgid " No explicit members\n" 2730 msgid " Implicit members:\n" 2734 msgid " No implicit members\n" 2738 msgid " Recursive members:\n" 2742 msgid " No recursive members\n"
|