Searched refs:setpath (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/kldconfig/
H A Dkldconfig.c84 static void setpath(struct pathhead *);
130 setpath(struct pathhead *pathq) function
434 setpath(&pathq);
/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c29 * setpath --- smart interface for setting path variables
31 * usage: setpath(paths, cmds, localsyspath, dosuffix, printerrors)
59 * if 'printerrors' is true, setpath will printf error diagnostics.
80 * Created from old setpath program for the shell.
123 "setpath: invalid command '%s'.\n"), cmd); \
130 "setpath: insufficient arguments to command '%s'.\n"), cmd); \
155 setpath(char **paths, char **cmds, char *localsyspath, int dosuffix, function
244 "setpath: value missing in path '%s'\n"), path);
422 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"),
438 xprintf(CGETS(10, 4, "setpath
[all...]
H A Dtc.os.c52 /* dosetpath -- setpath built-in command
94 * setpath(3) uses stdio and we want 0, 1, 2 to work...
151 if (setpath(cpaths, cmds, LOCALSYSPATH, sysflag, 1) < 0) {

Completed in 55 milliseconds