Home
last modified time | relevance | path

Searched refs:getgroups (Results 1 – 25 of 5540) sorted by relevance

12345678910>>...222

/dports/misc/amanda-server/amanda-3.3.9/config/gnulib/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/misc/amanda-client/amanda-3.3.9/config/gnulib/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/databases/recutils/recutils-1.8/m4/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/editors/zile/zile-2.4.14/m4/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/devel/patch/patch-2.7.6/m4/
H A Dgetgroups.m421 AC_CHECK_FUNC([getgroups])
23 # If we don't yet have getgroups, see if it's in -lbsd.
27 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
31 # getgroups function only if there is such a function.
33 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
37 [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
38 return getgroups (0, 0) == -1;]])
82 getgroups(0,NULL) does not return the number of groups.])
85 AC_CACHE_CHECK([whether getgroups handles negative values],
88 [[int size = getgroups (0, 0);
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dgetgroups.c26 #if !defined(getgroups) && defined(_lib_getgroups)
28 NoN(getgroups)
34 #if defined(getgroups)
35 #undef getgroups
38 extern int getgroups(int, int*);
40 #define ast_getgroups getgroups
68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dgetgroups.c26 #if !defined(getgroups) && defined(_lib_getgroups)
28 NoN(getgroups)
34 #if defined(getgroups)
35 #undef getgroups
38 extern int getgroups(int, int*);
40 #define ast_getgroups getgroups
68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dgetgroups.c26 #if !defined(getgroups) && defined(_lib_getgroups)
28 NoN(getgroups)
34 #if defined(getgroups)
35 #undef getgroups
38 extern int getgroups(int, int*);
40 #define ast_getgroups getgroups
68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big);
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/archivers/gtar/tar-1.34/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/editors/emacs/emacs-27.2/m4/
H A Dgetgroups.m420 AC_CHECK_FUNC([getgroups])
22 # If we don't yet have getgroups, see if it's in -lbsd.
26 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
30 # getgroups function only if there is such a function.
32 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
36 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
37 return getgroups (0, 0) == -1;]])
81 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/misc/findutils/findutils-4.8.0/gl/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
83 AC_CACHE_CHECK([whether getgroups handles negative values],
86 [[int size = getgroups (0, 0);
[all …]
/dports/ftp/wget/wget-1.21.2/m4/
H A Dgetgroups.m419 AC_CHECK_FUNC([getgroups])
21 # If we don't yet have getgroups, see if it's in -lbsd.
25 AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
29 # getgroups function only if there is such a function.
31 AC_CACHE_CHECK([for working getgroups], [ac_cv_func_getgroups_works],
35 [[/* On NeXTstep 3.2, getgroups (0, 0) always fails. */
36 return getgroups (0, 0) == -1;]])
80 getgroups(0,NULL) does not return the number of groups.])
84 AC_CACHE_CHECK([whether getgroups handles negative values],
87 [[int size = getgroups (0, 0);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
40 result = getgroups (0, NULL); in main()
58 ASSERT (getgroups (result - 1, groups) == -1); in main()
61 ASSERT (getgroups (result, groups) == result); in main()
62 ASSERT (getgroups (result + 1, groups) == result); in main()
65 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
40 result = getgroups (0, NULL); in main()
58 ASSERT (getgroups (result - 1, groups) == -1); in main()
61 ASSERT (getgroups (result, groups) == result); in main()
62 ASSERT (getgroups (result + 1, groups) == result); in main()
65 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
40 result = getgroups (0, NULL); in main()
58 ASSERT (getgroups (result - 1, groups) == -1); in main()
61 ASSERT (getgroups (result, groups) == result); in main()
62 ASSERT (getgroups (result + 1, groups) == result); in main()
65 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
49 result = getgroups (0, NULL); in main()
67 ASSERT (getgroups (result - 1, groups) == -1); in main()
70 ASSERT (getgroups (result, groups) == result); in main()
71 ASSERT (getgroups (result + 1, groups) == result); in main()
74 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
49 result = getgroups (0, NULL); in main()
67 ASSERT (getgroups (result - 1, groups) == -1); in main()
70 ASSERT (getgroups (result, groups) == result); in main()
71 ASSERT (getgroups (result + 1, groups) == result); in main()
74 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-getgroups.c24 SIGNATURE_CHECK (getgroups, int, (int, gid_t[]));
49 result = getgroups (0, NULL); in main()
67 ASSERT (getgroups (result - 1, groups) == -1); in main()
70 ASSERT (getgroups (result, groups) == result); in main()
71 ASSERT (getgroups (result + 1, groups) == result); in main()
74 ASSERT (getgroups (-1, NULL) == -1); in main()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dgetgroups.c33 getgroups (_GL_UNUSED int n, _GL_UNUSED GETGROUPS_T *groups) in getgroups() function
41 # undef getgroups
58 # define getgroups posix_getgroups macro
84 return getgroups (n, (GETGROUPS_T *) group); in rpl_getgroups()
94 result = getgroups (n, gbuf); in rpl_getgroups()
114 n_groups = getgroups (n, gbuf); in rpl_getgroups()

12345678910>>...222