Searched refs:ERR_STRING (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 357 stderror(ERR_NAME | ERR_STRING, CGETS(23, 1, "Bad cpu/site name")); in dosetspath() 360 stderror(ERR_NAME | ERR_STRING, CGETS(23, 2, "Site path too long")); in dosetspath() 445 stderror(ERR_NAME | ERR_STRING, CGETS(23, 7, "Site not found")); in domigrate() 511 stderror(ERR_NAME | ERR_STRING, in dodmmode() 522 stderror(ERR_NAME | ERR_STRING, in dodmmode() 564 stderror(ERR_NAME | ERR_STRING, in dowarp() 576 stderror(ERR_NAME | ERR_STRING, CGETS(23, 9, "Getwarp failed")); in dowarp() 596 stderror(ERR_NAME | ERR_STRING, CGETS(23, 10, "Invalid warp")); in dowarp() 599 stderror(ERR_NAME | ERR_STRING, CGETS(23, 11, "Setwarp failed")); in dowarp() 636 stderror(ERR_NAME | ERR_STRING, CGETS(23, 12, "Illegal universe")); in douniverse() [all …]
|
H A D | sh.err.c | 109 #define ERR_STRING 55 macro 268 elst[ERR_STRING] = CSAVS(1, 56, "%s"); in errinit()
|
H A D | sh.exec.c | 344 stderror(ERR_NAME | ERR_STRING, exerr); in pexerr()
|
H A D | Fixes | 1019 messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
|