| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set10 | 4 1 setpath: неверная команда '%s'.\n 5 2 setpath: недостаточно аргументов для команды '%s'.\n 6 3 setpath: отсутствует значение в пути '%s'\n 7 4 setpath: %s не найдено в %s\n 8 5 setpath: %d неверная позиция в %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/ja/ |
| H A D | set10 | 4 1 setpath: コマンドが不正です '%s'.\n 5 2 setpath: '%s' コマンドのためのアーギュメントが不足しています.\n 6 3 setpath: パス '%s'の内容が間違っています\n 7 4 setpath: %s が %s の中にありません\n 8 5 setpath: %d は %s の中では,間違った位置です\n
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set10 | 4 1 setpath: невірна команда '%s'.\n 5 2 setpath: недостатньо аргументів для команди '%s'.\n 6 3 setpath: значення відсутнє в шляху '%s'\n 7 4 setpath: %s не знайдено в %s\n 8 5 setpath: %d недійсна позиція в %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/greek/ |
| H A D | set10 | 4 1 setpath: άκυρη εντολή '%s'.\n 5 2 setpath: ανεπαρκής αριθμός ορισμάτων γιά την εντολή '%s'.\n 6 3 setpath: κάποια τιμή λείπει στο path '%s'\n 7 4 setpath: το %s δε βρέθηκε στο %s\n 8 5 setpath: η θέση %d δεν ισχύει στο %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set10 | 4 1 setpath: invalid command '%s'.\n 5 2 setpath: insufficient arguments to command '%s'.\n 6 3 setpath: value missing in path '%s'\n 7 4 setpath: %s not found in %s\n 8 5 setpath: %d not valid position in %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/et/ |
| H A D | set10 | 4 1 setpath: vigane käsk '%s'.\n 5 2 setpath: käsule '%s' pole piisavalt argumente.\n 6 3 setpath: teel '%s' pole väärtust\n 7 4 setpath: %s ei leitud %s's\n 8 5 setpath: %d ei ole korrektne positsioon %s's\n
|
| /freebsd-12.1/contrib/tcsh/nls/italian/ |
| H A D | set10 | 4 1 setpath: comando '%s' non valido.\n 5 2 setpath: argomenti insufficienti per il comando '%s'.\n 6 3 setpath: manca un valore nel percorso '%s'\n 7 4 setpath: %s non trovato in %s\n 8 5 setpath: posizione %d non valida in %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/german/ |
| H A D | set10 | 4 1 setpath: ungültiger Befehl '%s'.\n 5 2 setpath: unzureichende Argumente für Befehl '%s'.\n 6 3 setpath: Wert fehlt in Pfad '%s'\n 7 4 setpath: %s nicht in %s gefunden\n 8 5 setpath: %d keine gültige Position in %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/french/ |
| H A D | set10 | 4 1 setpath: commande incorrecte '%s'.\n 5 2 setpath: pas assez d'arguments pour la commande '%s'.\n 6 3 setpath: donnée manquante dans le chemin '%s'\n 7 4 setpath: %s pas trouvé dans %s\n 8 5 setpath: %d pas une position correcte dans %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/spanish/ |
| H A D | set10 | 4 1 setpath: comando '%s' incorrecto.\n 5 2 setpath: insuficientes argumentos para el comando '%s'.\n 6 3 setpath: falta el valor en la ruta '%s'\n 7 4 setpath: no se encuentra %s en %s\n 8 5 setpath: %d posición inválida en %s\n
|
| /freebsd-12.1/contrib/tcsh/nls/finnish/ |
| H A D | set10 | 4 1 setpath: Virheellinen komento '%s'.\n 5 2 setpath: Argumentit ovat riittämättömiä komennolle '%s'.\n 6 3 setpath: Arvoa ei löydy hakupolusta '%s'\n 7 4 setpath: %s ei löydy paikasta %s\n 8 5 setpath: %d ei ole hyväksyttävä sijainti paikassa %s\n
|
| /freebsd-12.1/stand/common/ |
| H A D | install.c | 55 setpath(char **what, char *val) in setpath() function 95 error = setpath(*what + idx, val); in setmultipath() 144 error = setpath(&inst_kernel, val); in read_metatags() 148 error = setpath(&inst_rootfs, val); in read_metatags() 150 error = setpath(&inst_loader_rc, val); in read_metatags()
|
| /freebsd-12.1/sbin/kldconfig/ |
| H A D | kldconfig.c | 77 static void setpath(struct pathhead *); 123 setpath(struct pathhead *pathq) in setpath() function 409 setpath(&pathq); in main()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | loadlib.c | 290 static void setpath (lua_State *L, const char *fieldname, in setpath() function 772 setpath(L, "path", LUA_PATH_VAR, LUA_PATH_DEFAULT); in luaopen_package() 773 setpath(L, "cpath", LUA_CPATH_VAR, LUA_CPATH_DEFAULT); in luaopen_package()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | src.desc | 71 ma.setp.c: MACH's setpath() library function
|
| H A D | ma.setp.c | 155 setpath(char **paths, char **cmds, char *localsyspath, int dosuffix, in setpath() function
|
| H A D | tc.os.c | 151 if (setpath(cpaths, cmds, LOCALSYSPATH, sysflag, 1) < 0) { in dosetpath()
|
| H A D | Fixes | 1419 92. Mach setpath fixes. 1686 3. Mach setpath fix. 1701 15. Mach setpath did not work right.
|