strlen 139 defs.h int strlen(const char*); strlen 68 exec.c sp = (sp - (strlen(argv[argc]) + 1)) & ~3; strlen 69 exec.c if(copyout(pgdir, sp, argv[argc], strlen(argv[argc]) + 1) < 0) strlen 13 forktest.c write(fd, s, strlen(s)); strlen 13 ls.c for(p=path+strlen(path); p >= path && *p != '/'; p--) strlen 18 ls.c if(strlen(p) >= DIRSIZ) strlen 20 ls.c memmove(buf, p, strlen(p)); strlen 21 ls.c memset(buf+strlen(p), ' ', DIRSIZ-strlen(p)); strlen 50 ls.c if(strlen(path) + 1 + DIRSIZ + 1 > sizeof buf){ strlen 55 ls.c p = buf+strlen(buf); strlen 163 sh.c buf[strlen(buf)-1] = 0; // chop \n strlen 334 sh.c es = s + strlen(s); strlen 35 user.h uint strlen(char*);