Searched refs:uid (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | avrcp_api.h | 913 uint8_t uid[8]; member 949 uint8_t uid[8]; member 1006 uint8_t uid[8]; member 1333 uint8_t *uid; /* UID of folder to change to (down) */ member 1339 uint8_t *uid; /* UID of the requested item */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | Changelog | 14 - added env, uid and gid options in os.exec()
|
A D | quickjs-libc.c | 2729 uint32_t uid = -1, gid = -1; in js_os_exec() local 2818 ret = JS_ToUint32(ctx, &uid, val); in js_os_exec() 2858 if (uid != -1) { in js_os_exec() 2859 if (setuid(uid) < 0) in js_os_exec()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crt.c | 450 mbedtls_x509_buf *uid, int n ) in x509_get_uid() argument 457 uid->tag = **p; in x509_get_uid() 459 if( ( ret = mbedtls_asn1_get_tag( p, end, &uid->len, in x509_get_uid() 468 uid->p = *p; in x509_get_uid() 469 *p += uid->len; in x509_get_uid()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/ |
A D | untgz.c | 72 char uid[8]; /* 108 */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 2999 uint32_t uid = -1, gid = -1; in js_os_exec() local 3105 ret = JS_ToUint32(ctx, &uid, val); in js_os_exec() 3151 if (uid != -1) { in js_os_exec() 3152 if (setuid(uid) < 0) { in js_os_exec()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 633 uid, gid, rdev, size, blocks, atime, mtime, ctime. The times are 728 @item uid 729 Integer. If present, the process uid with @code{setuid}.
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/ |
A D | curl.h | 299 int uid; member
|
Completed in 40 milliseconds