HomeSort by: relevance | last modified time | path
    Searched defs:Strncpy (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 71 #define Strncpy(d, s, n) strncpy(d, s, n)
89 #define Strncpy(d, s, n) wcsncpy(d, s, n)
  /src/bin/csh/
csh.h 488 #define Strncpy(a, b, c) strncpy(a, b, c)
508 #define Strncpy(a, b, c) s_strncpy(a, b, c)

Completed in 81 milliseconds