Searched defs:dot (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/
H A Drmmod.c14 char *modname, *dot; local
30 dot = strchr(argv[1], '.');
31 if (dot)
32 *dot = '\0';
/system/extras/tests/bionic/libc/common/
H A Dtest_gethostbyname.c66 const char* dot = ""; local
68 printf("%s%d", dot, ((unsigned char*)hent->h_addr)[i]);
69 dot = ".";
/system/extras/fatblock/
H A Dimport.c44 const char *dot; local
47 dot = NULL;
51 if (dot) {
54 dot = s;
61 if (dot - long_name > 8) {
65 if (dot && (s - (dot + 1) > 3)) {
71 if (!dot) {
72 dot = s;
75 for (i = 0; i < dot
[all...]
/system/extras/sound/
H A Dplaywav.c367 const char *dot = strrchr(fn, '.'); local
368 if (dot && !strcmp(dot,".mp3")) {

Completed in 65 milliseconds