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

  /src/libexec/makewhatis/
makewhatis.c 91 static char *strmove(char *, char *);
425 strmove(char *dest, char *src) function in typeref:typename:char *
1014 (void) strmove(ptr, space);
1046 (void) strmove(buffer, space);
  /src/usr.sbin/inetd/
parse_v2.c 102 static inline void strmove(char *, size_t);
376 strmove(char *buf, size_t off) function in typeref:typename:void
392 strmove(cp, 1);
396 strmove(cp, 1);
414 strmove(cp, 3);
442 strmove(cp, 1);

Completed in 14 milliseconds