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

  /system/core/toolbox/
iftop.c 100 static int get_interfaces(struct if_stats *ifs)
143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name);
153 c = strchr(ifs->name, ':');
160 "%*u %*u\n", &ifs->rx_bytes, &ifs->rx_packets,
161 &ifs->rx_errors, &ifs->rx_dropped, &ifs->tx_bytes,
162 &ifs->tx_packets, &ifs->tx_errors, &ifs->tx_dropped)
228 struct if_stats ifs[2][MAX_IF]; local
    [all...]
  /system/core/sh/
miscbltin.c 77 * Note that if IFS=' :' then read x y should work so that:
95 const char *ifs; local
120 if ((ifs = bltinlookup("IFS", 1)) == NULL)
121 ifs = " \t\n";
144 if (strchr(ifs, c))
151 /* Ignore leading IFS whitespace */
157 /* Only one non-whitespace IFS per word */
179 /* Last variable needs all IFS chars */
192 /* Remove trailing IFS chars *
    [all...]
expand.c 77 * for IFS characters.
90 struct ifsregion ifsfirst; /* first struct in list of ifs regions */
188 const char *ifs = 0; local
192 ifs = ifsset() ? ifsval() : " \t\n";
248 if (flag & EXP_IFS_SPLIT & ifs_split && strchr(ifs, c) != NULL) {
909 * string for IFS characters.
939 * Break the argument string into pieces based upon IFS and add the
941 * searched for IFS characters have been stored by recordregion.
951 const char *ifs; local
960 /* Return entire argument, IFS doesn't apply to any of it *
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 495 wifstream ifs("test.txt"); // a file containing 4098 wchars
497 ifs.imbue( locale(locale(), new my_codecvt) );
498 ifs.get();
499 ifs.seekg(0);
500 ifs.imbue( locale() );
501 ifs.ignore(4096);
502 int ch = ifs.get();
  /ndk/sources/android/stlport/test/unit/
codecvt_test.cpp 497 wifstream ifs("test.txt"); // a file containing 4098 wchars
499 ifs.imbue( locale(locale(), new my_codecvt) );
500 ifs.get();
501 ifs.seekg(0);
502 ifs.imbue( locale() );
503 ifs.ignore(4096);
504 int ch = ifs.get();
  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 183 ClassDoc[] ifs = targetClass.interfaces(); local
184 for (int i = 0; i < ifs.length; i++) {
185 ClassDoc iface = ifs[i];
TestCoverageDoclet.java 354 ClassDoc[] ifs = testClass.interfaces(); local
355 for (int i = 0; i < ifs.length; i++) {
356 ClassDoc iface = ifs[i];
    [all...]
  /external/ppp/pppd/
sys-linux.c 1753 struct ifreq ifs[MAX_IFS]; local
1878 struct ifreq ifs[MAX_IFS]; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 371 milliseconds