Home
last modified time | relevance | path

Searched refs:strpos (Results 1 - 5 of 5) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-usb_id.c154 unsigned strpos = 0; in dev_if_packed_info() local
180 strpos + 7 < len - 2) { in dev_if_packed_info()
202 memcpy(&ifs_str[strpos], if_str, 8), in dev_if_packed_info()
203 strpos += 7; in dev_if_packed_info()
206 if (strpos > 0) { in dev_if_packed_info()
207 ifs_str[strpos++] = ':'; in dev_if_packed_info()
208 ifs_str[strpos++] = '\0'; in dev_if_packed_info()
/third_party/ffmpeg/libavformat/
H A Dsdp.c321 int strpos; in extradata2psets_hevc() local
325 strpos = strlen(psets); in extradata2psets_hevc()
326 if (!av_base64_encode(psets + strpos, MAX_PSET_SIZE - strpos, in extradata2psets_hevc()
/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php141 } else if (strpos($arg, "--behavior_prefix") == 0) {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php419 $periodIndex = strpos($timestamp, ".");
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c1138 char *strpos; in name_list_to_string() local
1166 strpos = str; in name_list_to_string()
1169 strpos = stpcpy(strpos, names[i]); in name_list_to_string()
1171 *strpos++ = ' '; in name_list_to_string()

Completed in 9 milliseconds