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

  /external/e2fsprogs/lib/support/
dict.c 1269 static char *dupstring(char *str) function
1336 key = dupstring(tok1);
1337 val = dupstring(tok2);
    [all...]
  /external/f2fs-tools/fsck/
dict.c 1239 static char *dupstring(char *str) function
1306 key = dupstring(tok1);
1307 val = dupstring(tok2);
    [all...]
  /external/curl/lib/
easy.c 854 enum dupstring i;
865 for(i = (enum dupstring)0; i< STRING_LASTZEROTERMINATED; i++) {
urldata.h 1368 enum dupstring { enum
    [all...]
url.c 279 enum dupstring i;
280 for(i = (enum dupstring)0; i < STRING_LAST; i++) {
    [all...]

Completed in 83 milliseconds