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

  /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)
  /src/external/bsd/ntp/dist/libparse/
parsestreams.c 143 Strncpy(
269 Strncpy(ifm->f_name, mname, FMNAMESZ);
308 (void) Strncpy(t, s, S - s);
  /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)

Completed in 81 milliseconds