HomeSort by relevance Sort by last modified time
    Searched refs:idstr (Results 1 - 7 of 7) sorted by null

  /external/iptables/extensions/
libip6t_dst.c 32 parse_opts_num(const char *idstr, const char *typestr)
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
48 if ( *idstr != '\0' && *ep != '\0' ) {
50 "dst: error parsing %s `%s'", typestr, idstr);
libip6t_hbh.c 34 parse_opts_num(const char *idstr, const char *typestr)
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
50 if ( *idstr != '\0' && *ep != '\0' ) {
52 "hbh: error parsing %s `%s'", typestr, idstr);
  /system/core/debuggerd/
getevent.cpp 42 char idstr[80]; local
58 idstr[sizeof(idstr) - 1] = '\0';
65 if (ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
66 idstr[0] = '\0';
  /external/openfst/src/include/fst/script/
draw-impl.h 142 string idstr; local
143 Int64ToStr(id, &idstr);
144 PrintString(idstr);
  /system/core/toolbox/
getevent.c 322 char idstr[80]; local
344 idstr[sizeof(idstr) - 1] = '\0';
353 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
355 idstr[0] = '\0';
388 " id: \"%s\"\n", location, idstr);
  /external/tcpdump/
print-isakmp.c 773 const char *idstr; local
786 idstr = STR_OR_ID(t.t_id, ikev1_p_map);
791 idstr = STR_OR_ID(t.t_id, ah_p_map);
796 idstr = STR_OR_ID(t.t_id, esp_p_map);
801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
806 idstr = NULL;
812 if (idstr)
813 ND_PRINT((ndo," #%d id=%s ", t.t_no, idstr));
1436 const char *idstr; local
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
connect_br.tcl 1069 } elseif [regexp -nocase {^repeater://.*\+(.*)$} $proxy mat idstr] {
1070 return "repeater:$idstr"

Completed in 240 milliseconds