Lines Matching full:panic
98 panic("addino: out of range %ju\n", (uintmax_t)inum); in addino()
119 panic("deleteino: out of range %ju\n", (uintmax_t)inum); in deleteino()
129 panic("deleteino: %ju not found\n", (uintmax_t)inum); in deleteino()
179 panic("%s is not a directory\n", name); in lookupparent()
200 panic("%s: pathname too long\n", cp); in myname()
225 panic("no memory to extend symbol table\n"); in addentry()
231 panic("bad name to addentry %s\n", name); in addentry()
246 panic("link to non-existent name\n"); in addentry()
252 panic("duplicate entry\n"); in addentry()
385 panic("bad name\n"); in savename()
394 panic("no space for string table\n"); in savename()
446 panic("cannot create save file %s for symbol table\n", in dumpsymtable()
508 panic("output error to file %s writing symbol table\n", in dumpsymtable()
534 panic("no memory for entry table\n"); in initsymtable()
541 panic("cannot open symbol table file %s\n", filename); in initsymtable()
545 panic("cannot stat symbol table file %s\n", filename); in initsymtable()
550 panic("cannot allocate space for symbol table\n"); in initsymtable()
554 panic("cannot read symbol table file %s\n", filename); in initsymtable()
583 panic("initsymtable called from command %c\n", command); in initsymtable()