Home
last modified time | relevance | path

Searched refs:gid (Results 26 – 50 of 54) sorted by relevance

123

/PHP-7.2/ext/standard/tests/file/
H A Dfstat.phpt54 ["gid"]=>
H A Dlstat_stat_variation18.phpt101 ["gid"]=>
157 ["gid"]=>
H A Drename_basic.phpt29 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dstat_basic-win32-mb.phpt116 ["gid"]=>
170 ["gid"]=>
H A Dstat_basic-win32.phpt116 ["gid"]=>
170 ["gid"]=>
H A Dcopy_variation18.phpt36 $stat_keys_to_compare = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dlstat_stat_variation2.phpt41 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dlstat_stat_variation3.phpt45 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic-win32-mb.phpt49 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic-win32.phpt49 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic.phpt50 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-7.2/TSRM/
H A Dtsrm_win32.h34 unsigned short gid; member
H A Dtsrm_win32.c705 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
777 shm->descriptor->shm_perm.gid = buf->shm_perm.gid; in shmctl()
/PHP-7.2/ext/posix/
H A Dposix.c94 ZEND_ARG_INFO(0, gid)
102 ZEND_ARG_INFO(0, gid)
189 ZEND_ARG_INFO(0, gid)
1124 zend_long gid; in PHP_FUNCTION() local
1135 Z_PARAM_LONG(gid) in PHP_FUNCTION()
1147 ret = getgrgid_r(gid, &_g, grbuf, grbuflen, &retgrptr); in PHP_FUNCTION()
1155 if (NULL == (g = getgrgid(gid))) { in PHP_FUNCTION()
/PHP-7.2/ext/phar/tests/
H A Dstat.phpt114 ["gid"]=>
169 ["gid"]=>
/PHP-7.2/ext/imap/tests/
H A DREADME36 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
/PHP-7.2/ext/posix/tests/
H A Dposix_getgrgid_variation.phpt10 /* Prototype : proto array posix_getgrgid(long gid)
69 // loop through each element of the array for gid
H A Dposix_getpgid_variation.phpt71 // loop through each element of the array for gid
/PHP-7.2/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt79 [gid] => %d
/PHP-7.2/ext/sysvmsg/
H A Dsysvmsg.c181 stat.msg_perm.gid = Z_LVAL_P(item); in PHP_FUNCTION()
220 add_assoc_long(return_value, "msg_perm.gid", stat.msg_perm.gid); in PHP_FUNCTION()
/PHP-7.2/main/streams/
H A Dplain_wrapper.c56 extern int php_get_gid_by_name(const char *name, gid_t *gid);
1349 gid_t gid; in php_plain_files_metadata() local
1399 if(php_get_gid_by_name((char *)value, &gid) != SUCCESS) { in php_plain_files_metadata()
1404 gid = (gid_t)*(long *)value; in php_plain_files_metadata()
1406 ret = VCWD_CHOWN(url, -1, gid); in php_plain_files_metadata()
H A Duserspace.c865 STAT_PROP_ENTRY(gid); in statbuf_from_array()
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c998 static int setUID_LVE(LSAPI_Request * pReq, uid_t uid, gid_t gid, const char * pChroot) in setUID_LVE() argument
1016 gid = s_defaultGid; in setUID_LVE()
1033 rv = setgid(gid); in setUID_LVE()
1039 if ( pw && (pw->pw_gid == gid )) in setUID_LVE()
1041 rv = initgroups( pw->pw_name, gid ); in setUID_LVE()
1050 rv = setgroups(1, &gid); in setUID_LVE()
1100 int gid = s_defaultGid; in lsapi_changeUGid() local
1127 gid = *(((uint32_t *)pEnv->pValue) + 1 ); in lsapi_changeUGid()
1157 gid = s_defaultGid; in lsapi_changeUGid()
1161 if ( setUID_LVE( pReq, uid, gid, pChroot ) == -1 ) in lsapi_changeUGid()
/PHP-7.2/ext/opcache/
H A Dconfig.m465 shmbuf.shm_perm.gid = getgid();

Completed in 43 milliseconds

123