Searched refs:snprintf (Results 226 - 250 of 1021) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c145 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname);
283 snprintf(buf, sizeof(buf), "STA %s %s", argv[0], argv[1]);
285 snprintf(buf, sizeof(buf), "STA %s", argv[0]);
299 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]);
350 snprintf(buf, sizeof(buf), "SA_QUERY %s", argv[0]);
367 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s %s",
370 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s",
373 snprintf(buf, sizeof(buf), "WPS_PIN %s %s", argv[0], argv[1]);
522 snprintf(buf, sizeof(buf), "WPS_AP_PIN %s %s %s",
525 snprintf(bu
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.c252 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value);
261 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"",
280 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value);
289 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"",
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.c252 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value);
261 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"",
280 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value);
289 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"",
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.c252 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value);
261 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"",
280 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value);
289 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"",
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c152 VG_(snprintf)(preload_tool_path, preload_tool_path_len,
155 VG_(snprintf)(preload_string, preload_string_len, "%s/%s-%s.so:%s",
158 VG_(snprintf)(preload_string, preload_string_len, "%s/%s-%s.so",
190 VG_(snprintf)(cp, len, "%s%s:%s",
202 VG_(snprintf)(cp, len, "%s%s", dyld_cache, dyld_cache_value);
216 VG_(snprintf)(cp, len, "%s%s", ld_preload, preload_string);
225 VG_(snprintf)(cp, len, "%s%s", dyld_cache, dyld_cache_value);
/external/lldb/source/Host/common/
H A DFileSpec.cpp142 return ::snprintf (dst_path, dst_len, "%s%s", home_dir, remainder);
145 return ::snprintf (dst_path, dst_len, "%s", src_path);
200 ::snprintf (unglobbed_path, sizeof(unglobbed_path), "%s", src_path);
205 ::snprintf(unglobbed_path, sizeof(unglobbed_path), "%s", src_path);
213 return ::snprintf(dst_path, dst_len, "%s", resolved_path);
218 return ::snprintf(dst_path, dst_len, "%s", unglobbed_path);
692 return ::snprintf (path, path_max_len, "%s/%s", dirname, filename);
694 return ::snprintf (path, path_max_len, "%s", dirname);
698 return ::snprintf (path, path_max_len, "%s", filename);
957 const int child_path_len = ::snprintf (child_pat
[all...]
/external/oprofile/opcontrol/
H A Dopcontrol.cpp250 snprintf(buf, sizeof(buf), OP_DRIVER_BASE"/%d", max_events);
424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file);
427 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file);
720 snprintf(command + strlen(command), sizeof(command) - strlen(command),
723 snprintf(command + strlen(command), sizeof(command) - strlen(command), ",");
728 snprintf(command + strlen(command), sizeof(command) - strlen(command),
758 snprintf(command + strlen(command), sizeof(command) - strlen(command),
762 snprintf(command + strlen(command), sizeof(command) - strlen(command),
765 snprintf(command + strlen(command), sizeof(command) - strlen(command),
770 snprintf(comman
[all...]
/external/qemu/util/
H A Dqemu-sockets.c161 snprintf(port, sizeof(port), "%d", atoi(port) + port_offset);
223 snprintf(uport, sizeof(uport), "%d", inet_getport(e) - port_offset);
491 snprintf(str_fd, sizeof str_fd, "%d", socket_fd);
511 snprintf(ostr, olen, "[%s]:%s%s",
516 snprintf(ostr, olen, "%s:%s%s",
556 snprintf(un.sun_path, sizeof(un.sun_path), "%s", path);
559 snprintf(un.sun_path, sizeof(un.sun_path), "%s/qemu-socket-XXXXXX",
610 snprintf(un.sun_path, sizeof(un.sun_path), "%s", path);
635 snprintf(path, len+1, "%.*s", len, str);
646 snprintf(ost
[all...]
/external/iproute2/misc/
H A Dlnstat.c100 snprintf(formatbuf, sizeof(formatbuf)-1, "%%%ulu|",
177 snprintf(fmt, sizeof(fmt)-1, "%%%u.%us|", width, width);
179 snprintf(th.hdr[0]+ofs, width+2, fmt,
185 snprintf(th.hdr[h]+ofs, width+2, fmt, "");
188 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
/external/tcpdump/
H A Dprint-babel.c104 snprintf(buf, 25, "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x",
118 snprintf(buf, 50, "%s/%u", ipaddr_string(prefix + 12), plen - 96);
121 snprintf(buf, 50, "%s/%u", ip6addr_string(prefix), plen);
123 snprintf(buf, 50, "IPv6 addresses not supported");
149 snprintf(buf, sizeof(buf), "%u.%us", i / 10, i % 10);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp325 snprintf(cmd, sizeof(cmd), "WPS_ER_PIN %s %s %s",
330 snprintf(cmd, sizeof(cmd), "WPS_PIN %s %s",
479 snprintf(cmd, sizeof(cmd), "STA-NEXT %s", reply);
492 snprintf(cmd, sizeof(cmd), "STA %s", addr);
664 snprintf(cmd, sizeof(cmd), "BSS %d", index++);
681 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d mode", id);
1064 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d ssid", id);
1319 snprintf(cmd, sizeof(cmd), "BSS ID-%d", items[1].toInt());
1352 snprintf(cmd, sizeof(cmd), "P2P_CONNECT %s %s display",
1386 snprintf(cm
[all...]
/external/libnl/lib/
H A Dutils.c308 snprintf(name, sizeof(name), "%s", getenv("PROC_NET_PSCHED"));
310 snprintf(name, sizeof(name), "%s/net/psched",
423 snprintf(t, sizeof(t), "%s%d%s",
651 snprintf(buf, len, "%s", p->p_name);
655 snprintf(buf, len, "0x%x", proto);
796 snprintf(buf, len, "%s", tbl[i].a);
801 snprintf(buf, len, "0x%x", type);
812 snprintf(buf, len, "%s", tl->a);
817 snprintf(buf, len, "0x%x", type);
/external/qemu/android/
H A Dmain-common-ui.c283 snprintf(buf, sizeof buf, "width=%d,height=%d", width, height);
361 snprintf(tmp, sizeof tmp,
395 snprintf(tmp, sizeof(tmp), "%s/layout", *skinDirPath);
410 snprintf(tmp, sizeof tmp, "%d", width);
412 snprintf(tmp, sizeof tmp, "%d", height);
439 snprintf(tmp, sizeof tmp,
573 snprintf(tmp, sizeof tmp,
588 snprintf(tmp, sizeof tmp, "%s/%s/layout", skinDirPath, skinName);
597 snprintf(tmp, sizeof tmp, "%s/%s/", skinDirPath, skinName);
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c1431 at_len = snprintf(buf, sizeof(buf), "AT+BRSF=%u\r", bta_hf_client_cb.scb.features);
1461 at_len = snprintf(buf, sizeof(buf), "AT+BCS=%u\r", codec);
1509 at_len = snprintf(buf, sizeof(buf), "AT+CHLD=%c%u\r", cmd, idx);
1511 at_len = snprintf(buf, sizeof(buf), "AT+CHLD=%c\r", cmd);
1610 at_len = snprintf(buf, sizeof(buf), "AT+VGS=%u\r", volume);
1622 at_len = snprintf(buf, sizeof(buf), "AT+VGM=%u\r", volume);
1636 at_len = snprintf(buf, sizeof(buf), "ATD%s;\r", number);
1640 at_len = snprintf(buf, sizeof(buf), "ATD>%u;\r", memory);
1688 at_len = snprintf(buf, sizeof(buf), "AT+BTRH?\r");
1692 at_len = snprintf(bu
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dnanoftp.c769 snprintf(buf, sizeof(buf), "USER anonymous\r\n");
771 snprintf(buf, sizeof(buf), "USER %s\r\n", ctxt->user);
797 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n");
799 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
831 snprintf(buf, sizeof(buf), "QUIT\r\n");
1023 snprintf(buf, sizeof(buf), "USER %s\r\n", proxyUser);
1043 snprintf(buf, sizeof(buf), "PASS %s\r\n", proxyPasswd);
1045 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n");
1086 snprintf(buf, sizeof(buf), "SITE %s\r\n", ctxt->hostname);
1113 snprintf(bu
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc283 snprintf(file_name, sizeof(file_name), "%s.%05d.%04d%s",
316 snprintf(file_name, sizeof(file_name), "%s.%05d.%04d.type",
342 snprintf(buf, sizeof(buf), ("%" PRId64 " MB allocated cumulatively, "
349 snprintf(buf, sizeof(buf), ("%" PRId64 " MB freed cumulatively, "
356 snprintf(buf, sizeof(buf), "%" PRId64 " MB currently in use",
362 snprintf(buf, sizeof(buf), "%" PRId64 " sec since the last dump",
426 // TODO(maxim): instead should use a safe snprintf reimplementation
444 // TODO(maxim): instead should use a safe snprintf reimplementation
461 // TODO(maxim): instead should use a safe snprintf reimplementation
/external/iproute2/tc/
H A Df_rsvp.c292 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key));
296 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key)>>16);
300 snprintf(buf, SPRINT_BSIZE-1, " spi/esp 0x%08x", htonl(pi->key));
304 snprintf(buf, SPRINT_BSIZE-1, " spi/ah 0x%08x", htonl(pi->key));
307 snprintf(buf, SPRINT_BSIZE-1, " flowlabel 0x%05x", htonl(pi->key));
310 snprintf(buf, SPRINT_BSIZE-1, " u32 0x%08x mask %08x at %d",
/external/libxml2/
H A Dnanoftp.c770 snprintf(buf, sizeof(buf), "USER anonymous\r\n");
772 snprintf(buf, sizeof(buf), "USER %s\r\n", ctxt->user);
798 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n");
800 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
832 snprintf(buf, sizeof(buf), "QUIT\r\n");
1025 snprintf(buf, sizeof(buf), "USER %s\r\n", proxyUser);
1045 snprintf(buf, sizeof(buf), "PASS %s\r\n", proxyPasswd);
1047 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n");
1088 snprintf(buf, sizeof(buf), "SITE %s\r\n", ctxt->hostname);
1115 snprintf(bu
[all...]
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp575 ::snprintf (resolved_path,
586 ::snprintf (resolved_path,
595 ::snprintf (resolved_path,
623 ::snprintf (resolved_path,
633 ::snprintf (resolved_path,
642 ::snprintf (resolved_path,
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc250 snprintf(rate, sizeof(rate), "%6.1f MB/s",
661 snprintf(buf, sizeof(buf), "(output: %.1f%%)",
716 snprintf(msg, sizeof(msg), "(%d ops)", num_);
729 snprintf(key, sizeof(key), "%016d", k);
776 snprintf(key, sizeof(key), "%016d", k);
783 snprintf(msg, sizeof(msg), "(%d of %d found)", found, num_);
793 snprintf(key, sizeof(key), "%016d.", k);
806 snprintf(key, sizeof(key), "%016d", k);
820 snprintf(key, sizeof(key), "%016d", k);
827 snprintf(ms
[all...]
H A Dfilename.cc21 snprintf(buf, sizeof(buf), "/%06llu.%s",
45 snprintf(buf, sizeof(buf), "/MANIFEST-%06llu",
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c137 snprintf(evt_path, MAXPATHLEN, "%s/%s/%s/id", tracing_events_path,
177 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
185 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path,
333 n = snprintf(name, MAX_NAME_LEN, "%s", type);
338 n += snprintf(name + n, MAX_NAME_LEN - n, "-%s", str);
398 snprintf(evt_path, MAXPATHLEN, "%s/%s", tracing_events_path, sys_name);
1013 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
1029 snprintf(evt_path, MAXPATHLEN, "%s:%s",
1059 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
1066 snprintf(evt_pat
[all...]
/external/chromium_org/base/
H A Dlinux_util.cc135 snprintf(buf, sizeof(buf), "/proc/%d/task", pid);
161 snprintf(buf, sizeof(buf), "/proc/%d/task/%d/syscall", pid, current_tid);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.cpp140 snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %Iu byte allocation at 0x%p\n",
143 snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n",
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c105 snprintf(tmp, sizeof(tmp), "<%u>/<%u>", dir, ino);
107 snprintf(tmp, sizeof(tmp), "<%u>", dir);

Completed in 3036 milliseconds

1234567891011>>