Searched defs:newid (Results 1 - 4 of 4) sorted by relevance

/external/libmtp/examples/
H A Dnewfolder.c37 uint32_t newid; local
46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3]));
47 if (newid == 0) {
50 printf("New folder created with ID: %d\n", newid);
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0); local
62 if (newid == 0) {
67 printf("New folder created with ID: %d\n", newid);
/external/checkpolicy/
H A Dpolicy_define.c111 char *newid = 0; local
114 newid = (char *)malloc(strlen(id) + 1);
115 if (!newid) {
119 strcpy(newid, id);
121 error = queue_push(id_queue, (queue_element_t) newid);
123 error = queue_insert(id_queue, (queue_element_t) newid);
127 free(newid);
/external/dnsmasq/src/
H A Doption.c1952 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid)); local
1953 newid->next = id;
1954 id = newid;
1956 newid->net = opt_string_alloc(arg+4);
/external/libmtp/src/
H A Dlibmtp.c163 uint32_t * const newid,
7029 * @param newid a pointer to a variable that will hold the new object
7044 uint32_t * const newid,
7104 *newid = 0x00000000U;
7119 prop->ObjectHandle = *newid;
7129 prop->ObjectHandle = *newid;
7136 prop->ObjectHandle = *newid;
7144 prop->ObjectHandle = *newid;
7153 prop->ObjectHandle = *newid;
7162 prop->ObjectHandle = *newid;
7035 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument
[all...]

Completed in 291 milliseconds