Home
last modified time | relevance | path

Searched defs:s (Results 1 – 11 of 11) sorted by relevance

/xv6-public/
H A Dstring.c34 const char *s; in memmove() local
69 strncpy(char *s, const char *t, int n) in strncpy()
83 safestrcpy(char *s, const char *t, int n) in safestrcpy()
97 strlen(const char *s) in strlen()
H A Dulib.c8 strcpy(char *s, const char *t) in strcpy()
27 strlen(const char *s) in strlen()
44 strchr(const char *s, char c) in strchr()
85 atoi(const char *s) in atoi()
H A Dforktest.c11 printf(int fd, const char *s, ...) in printf()
H A Dexec.c13 char *s, *last; in exec() local
H A Dprintf.c42 char *s; in printf() local
H A Dumalloc.c15 } s; member
H A Dsh.c175 panic(char *s) in panic()
268 char *s; in gettoken() local
313 char *s; in peek() local
328 parsecmd(char *s) in parsecmd()
H A Dconsole.c59 char *s; in cprintf() local
107 panic(char *s) in panic()
H A Dsyscall.c34 char *s, *ep; in fetchstr() local
H A Dfs.c517 namecmp(const char *s, const char *t) in namecmp()
598 char *s; in skipelem() local
H A Dmmu.h31 uint s : 1; // 0 = system, 1 = application member
154 uint s : 1; // must be 0 (system) member