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

  /external/selinux/libselinux/src/
label_internal.h 87 (*myprintf) (const char *fmt,...);
90 myprintf(fmt); \
matchpathcon.c 73 (*myprintf) (const char *fmt,...) = &default_printf; variable
78 myprintf = f ? f : &default_printf;
96 myprintf("%s: line %u has invalid context %s\n", path,
99 myprintf("%s: invalid context %s\n", path, *context);
196 myprintf
227 myprintf("%s: insufficient memory for file label entry for %s\n",
258 myprintf
358 myprintf("symlink_realpath(%s) strdup() failed: %s\n",
385 myprintf("symlink_realpath(%s) realpath() failed: %s\n",
393 myprintf("symlink_realpath(%s) failed: Filename too long \n"
    [all...]
  /external/clang/test/Sema/
MicrosoftExtensions.c 163 void myprintf(const char *f, ...) { function
format-strings.c 172 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...);
175 myprintf("%d", 17, 18); // okay

Completed in 192 milliseconds