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

/external/ppp/pppd/
H A Dutils.c121 * slprintf - format a message into a buffer. Like sprintf except we
129 slprintf __V((char *buf, int buflen, char *fmt, ...)) function
151 * vslprintf - like slprintf, takes a va_list instead of a list of args.
295 slprintf(num, sizeof(num), "%d.%d.%d.%d", (ip >> 24) & 0xff,
909 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d",
928 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev);
983 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);
1025 slprintf(lock_buffer, sizeof(lock_buffer), "%10d\n", pid);

Completed in 506 milliseconds