Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/tests/file/
H A Dfstat.phpt52 ["uid"]=>
H A Dlstat_stat_variation18.phpt100 ["uid"]=>
156 ["uid"]=>
H A Drename_basic.phpt29 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dstat_basic-win32.phpt114 ["uid"]=>
168 ["uid"]=>
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",
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt128 uid is %d
167 uid is %d
182 uid is %d
H A DREADME37 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
H A Dimap_fetch_overview_variation6.phpt100 uid is %d
H A Dimap_include.inc18 'uid',
/PHP-5.5/ext/posix/
H A Dposix.c75 ZEND_ARG_INFO(0, uid)
83 ZEND_ARG_INFO(0, uid)
194 ZEND_ARG_INFO(0, uid)
1161 long uid; in PHP_FUNCTION() local
1171 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &uid) == FAILURE) { in PHP_FUNCTION()
1181 ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); in PHP_FUNCTION()
1189 if (NULL == (pw = getpwuid(uid))) { in PHP_FUNCTION()
/PHP-5.5/TSRM/
H A Dtsrm_win32.h29 unsigned short uid; member
H A Dtsrm_win32.c636 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
700 shm->descriptor->shm_perm.uid = buf->shm_perm.uid; in shmctl()
/PHP-5.5/ext/standard/
H A Dfilestat.c526 PHPAPI uid_t php_get_uid_by_name(const char *name, uid_t *uid TSRMLS_DC) in php_get_uid_by_name()
544 *uid = pw.pw_uid; in php_get_uid_by_name()
551 *uid = pw->pw_uid; in php_get_uid_by_name()
563 uid_t uid; in php_do_chown() local
607 uid = (uid_t)Z_LVAL_P(user); in php_do_chown()
609 if(php_get_uid_by_name(Z_STRVAL_P(user), &uid TSRMLS_CC) != SUCCESS) { in php_do_chown()
625 ret = VCWD_LCHOWN(filename, uid, -1); in php_do_chown()
628 ret = VCWD_CHOWN(filename, uid, -1); in php_do_chown()
/PHP-5.5/ext/phar/tests/
H A Dstat.phpt111 ["uid"]=>
166 ["uid"]=>
/PHP-5.5/ext/posix/tests/
H A Dposix_getpwuid_variation.phpt9 /* Prototype : proto array posix_getpwuid(long uid)
68 // loop through each element of the array for uid
/PHP-5.5/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt74 [uid] => %d
/PHP-5.5/ext/ldap/tests/
H A DREADME30 uid=Manager,cn=digest-md5,cn=auth
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c175 stat.msg_perm.uid = Z_LVAL_PP(item); in PHP_FUNCTION()
215 add_assoc_long(return_value, "msg_perm.uid", stat.msg_perm.uid); in PHP_FUNCTION()
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt31 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000
/PHP-5.5/main/streams/
H A Dplain_wrapper.c53 extern int php_get_uid_by_name(const char *name, uid_t *uid TSRMLS_DC);
1287 uid_t uid; in php_plain_files_metadata() local
1329 if(php_get_uid_by_name((char *)value, &uid TSRMLS_CC) != SUCCESS) { in php_plain_files_metadata()
1334 uid = (uid_t)*(long *)value; in php_plain_files_metadata()
1336 ret = VCWD_CHOWN(url, uid, -1); in php_plain_files_metadata()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2429 uid = NULL; in odbc_sqlconnect()
2440 if (uid) { in odbc_sqlconnect()
2441 if (uid[0]) { in odbc_sqlconnect()
2443 strlcat(lpszConnStr, uid, CONNSTRSIZE); in odbc_sqlconnect()
2490 if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) { in odbc_sqlconnect()
2491 spprintf(&ldb, 0, "%s;UID=%s;PWD=%s", db, uid, pwd); in odbc_sqlconnect()
2502 rc = SQLConnect((*conn)->hdbc, db, SQL_NTS, uid, SQL_NTS, pwd, SQL_NTS); in odbc_sqlconnect()
2510 rc = SQLConnect((*conn)->hdbc, db, SQL_NTS, uid, SQL_NTS, pwd, SQL_NTS); in odbc_sqlconnect()
2541 char *db, *uid, *pwd; in odbc_do_connect() local
2601 if (!odbc_sqlconnect(&db_conn, db, uid, pwd, cur_opt, 1 TSRMLS_CC)) { in odbc_do_connect()
[all …]

Completed in 47 milliseconds

1234