Home
last modified time | relevance | path

Searched refs:uid (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-5.5/ext/opcache/
H A Dconfig.m447 shmbuf.shm_perm.uid = getuid();
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-5.5/ext/sockets/
H A Dconversions.c1341 {"uid", sizeof("uid"), 1, offsetof(struct ucred, uid), from_zval_write_uid_t, to_zval_read_uid_t},
/PHP-5.5/main/streams/
H A Duserspace.c908 STAT_PROP_ENTRY(uid); in statbuf_from_array()
/PHP-5.5/
H A Dphp.ini-development1008 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
H A Dphp.ini-production1008 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25776 static int posixFchown(int fd, uid_t uid, gid_t gid){
25780 return geteuid() ? 0 : fchown(fd,uid,gid);
31240 uid_t uid; /* Userid for the file */
31242 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
31269 osFchown(fd, uid, gid);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1456 >>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT)

Completed in 521 milliseconds

1234