Home
last modified time | relevance | path

Searched refs:strncpy_tochar (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Dutil.h99 const char * strncpy_tochar(char *dest, const char *src, size_t max, const char *stopchars);
Dfoomaticrip.c1029 while ((path = strncpy_tochar(tmp, path, 1024, ":"))) { in main()
1056 while ((path = strncpy_tochar(tmp, path, 1024, ":"))) { in main()
Dutil.c279 const char * strncpy_tochar(char *dest, const char *src, size_t max, const char *stopchars) in strncpy_tochar() function