Searched refs:strmove (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/usr.sbin/inetd/ |
| H A D | parse_v2.c | 102 static inline void strmove(char *, size_t); 376 strmove(char *buf, size_t off) in strmove() function 392 strmove(cp, 1); in parse_quotes() 396 strmove(cp, 1); in parse_quotes() 414 strmove(cp, 3); in parse_quotes() 442 strmove(cp, 1); in parse_quotes()
|
| /netbsd-src/libexec/makewhatis/ |
| H A D | makewhatis.c | 91 static char *strmove(char *, char *); 425 strmove(char *dest, char *src) in strmove() function 1014 (void) strmove(ptr, space); in parsemanpage() 1046 (void) strmove(buffer, space); in parsemanpage()
|