Searched refs:strncpy_tochar (Results 1 – 3 of 3) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.h | 99 const char * strncpy_tochar(char *dest, const char *src, size_t max, const char *stopchars);
|
D | foomaticrip.c | 1029 while ((path = strncpy_tochar(tmp, path, 1024, ":"))) { in main() 1056 while ((path = strncpy_tochar(tmp, path, 1024, ":"))) { in main()
|
D | util.c | 279 const char * strncpy_tochar(char *dest, const char *src, size_t max, const char *stopchars) in strncpy_tochar() function
|