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

/external/ppp/pppd/
H A Dutils.c127 * slprintf - format a message into a buffer. Like sprintf except we
135 slprintf __V((char *buf, int buflen, char *fmt, ...)) function
157 * vslprintf - like slprintf, takes a va_list instead of a list of args.
294 slprintf(num, sizeof(num), "%d.%d.%d.%d", (ip >> 24) & 0xff,
946 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d",
965 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev);
1020 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);
1062 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);

Completed in 102 milliseconds