Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/posix/
H A Dposix.c91 ZEND_ARG_INFO(0, gid)
99 ZEND_ARG_INFO(0, gid)
186 ZEND_ARG_INFO(0, gid)
1057 long gid; in PHP_FUNCTION() local
1067 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &gid) == FAILURE) { in PHP_FUNCTION()
1079 ret = getgrgid_r(gid, &_g, grbuf, grbuflen, &retgrptr); in PHP_FUNCTION()
1087 if (NULL == (g = getgrgid(gid))) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt102 ["gid"]=>
158 ["gid"]=>
H A Drename_basic.phpt29 "dev", "ino", "mode", "nlink", "uid", "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.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-5.3/TSRM/
H A Dtsrm_win32.h30 unsigned short gid; member
H A Dtsrm_win32.c638 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
701 shm->descriptor->shm_perm.gid = buf->shm_perm.gid; in shmctl()
/PHP-5.3/ext/posix/tests/
H A Dposix_getgrgid_variation.phpt9 /* Prototype : proto array posix_getgrgid(long gid)
68 // loop through each element of the array for gid
H A Dposix_getpgid_variation.phpt70 // loop through each element of the array for gid
/PHP-5.3/ext/phar/tests/
H A Dstat.phpt114 ["gid"]=>
169 ["gid"]=>
/PHP-5.3/ext/imap/tests/
H A DREADME37 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
/PHP-5.3/ext/standard/
H A Dfilestat.c399 gid_t gid; in php_do_chgrp() local
411 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
430 gid = gr.gr_gid; in php_do_chgrp()
438 gid = gr->gr_gid; in php_do_chgrp()
456 ret = VCWD_LCHOWN(filename, -1, gid); in php_do_chgrp()
459 ret = VCWD_CHOWN(filename, -1, gid); in php_do_chgrp()
/PHP-5.3/ext/sysvmsg/
H A Dsysvmsg.c179 stat.msg_perm.gid = Z_LVAL_PP(item); in PHP_FUNCTION()
216 add_assoc_long(return_value, "msg_perm.gid", stat.msg_perm.gid); in PHP_FUNCTION()
/PHP-5.3/main/streams/
H A Duserspace.c872 STAT_PROP_ENTRY(gid); in statbuf_from_array()
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1604 if ( setgid( gid ) < 0 )
/PHP-5.3/
H A Dphp.ini-development343 ; http://php.net/safe-mode-gid
H A Dphp.ini-production343 ; http://php.net/safe-mode-gid

Completed in 91 milliseconds

12