Searched refs:stputs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dmemalloc.h61 char *stputs(const char *data, char *p);
86 #define STPUTS(s, p) p = stputs((s), p)
H A Dmemalloc.c339 stputs(const char *data, char *p) function

Completed in 106 milliseconds