Home
last modified time | relevance | path

Searched refs:tmpid (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dwintz.cpp53 char tmpid[MAX_TIMEZONE_ID_LENGTH]; in uprv_detectWindowsTimeZone() local
63 uprv_memset(tmpid, 0, sizeof(tmpid)); in uprv_detectWindowsTimeZone()
109 tmpid[index++] = (char)(*icuTZ++); in uprv_detectWindowsTimeZone()
111 tmpid[index] = '\0'; in uprv_detectWindowsTimeZone()
118 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()
119 icuid = uprv_strdup(tmpid); in uprv_detectWindowsTimeZone()
/third_party/alsa-lib/src/ucm/
Ducm_include.c143 char tmpid[32]; in compound_merge() local
187 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
188 err = snd_config_set_id(n, tmpid); in compound_merge()
201 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
202 err = snd_config_set_id(n, tmpid); in compound_merge()
229 snprintf(tmpid, sizeof(tmpid), "%d", idx++); in compound_merge()
230 err = snd_config_set_id(n, tmpid); in compound_merge()
/third_party/openssl/crypto/ocsp/
Docsp_vfy.c244 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
259 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
261 if (OCSP_id_issuer_cmp(cid, tmpid)) { in ocsp_check_ids()
263 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
312 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
314 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
315 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/third_party/alsa-lib/src/pcm/
Dpcm_dmix.c70 int tmpid, err; in shm_sum_create_or_connect() local
82 if ((tmpid = shmget(dmix->ipc_key + 1, 0, dmix->ipc_perm)) != -1) in shm_sum_create_or_connect()
83 if (!shmctl(tmpid, IPC_STAT, &buf)) in shm_sum_create_or_connect()
86 if (!shmctl(tmpid, IPC_RMID, NULL)) in shm_sum_create_or_connect()
Dpcm_direct.c100 int tmpid, err, first_instance = 0; in snd_pcm_direct_shm_create_or_connect() local
115 if ((tmpid = shmget(dmix->ipc_key, 0, dmix->ipc_perm)) != -1) in snd_pcm_direct_shm_create_or_connect()
116 if (!shmctl(tmpid, IPC_STAT, &buf)) in snd_pcm_direct_shm_create_or_connect()
119 if (!shmctl(tmpid, IPC_RMID, NULL)) in snd_pcm_direct_shm_create_or_connect()
/third_party/alsa-utils/alsactl/
Dstate.c1492 char name[32], tmpid[16]; in set_controls() local
1515 sprintf(tmpid, "card%d", card); in set_controls()
1516 err = snd_config_searchv(top, &control, "state", tmpid, "control", 0); in set_controls()
1518 id = tmpid; in set_controls()
1524 id = tmpid; in set_controls()