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

  /external/iptables/extensions/
libipt_string.c 89 int i=0, slen, sindex=0, schar; local
126 info->pattern[sindex] = s[i+1];
148 info->pattern[sindex] = (char) schar;
154 info->pattern[sindex] = s[i];
157 if (sindex > IPT_STRING_MAX_PATTERN_SIZE)
159 sindex++;
161 info->patlen = sindex;
  /external/grub/stage2/
fsys_jfs.c 39 int sindex; member in struct:jfs_info
137 if (jfs.sindex < jfs.slastindex) {
138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]];
143 if (jfs.sindex < jfs.slastindex) {
144 return &de[(int)stbl[jfs.sindex++]];
149 jfs.sindex = 1;
165 jfs.sindex = 0;
  /external/tcpdump/
print-smb.c 71 int sindex; local
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex; local
85 for (sindex = 0; list[sindex].name; sindex++
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 474 int sindex = Integer.MAX_VALUE; local
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 52 milliseconds