Searched refs:filein (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/lib/libpkg/common/ |
| H A D | pkgexecl.c | 52 pkgexecl(char *filein, char *fileout, char *uname, char *gname, ...) argument 79 return (pkgexecv(filein, fileout, uname, gname, arg));
|
| H A D | pkgexecv.c | 90 * Arguments: filein - [RO, *RO] - (char *) 135 pkgexecv(char *filein, char *fileout, char *uname, char *gname, char *arg[]) argument 339 * The caller wants to have stdin connected to filein. 342 if (filein && *filein) { 346 if (strncmp(filein, "/dev/tty", 8) == 0) { 354 n = open(filein, O_RDONLY); 364 n = open(filein, O_RDONLY);
|
| H A D | pkglib.h | 459 extern int pkgexecl(char *filein, char *fileout, char *uname, char *gname, 461 extern int pkgexecv(char *filein, char *fileout, char *uname, char *gname,
|
| /inkscape/src/extension/implementation/ |
| H A D | script.h | 96 const Glib::ustring &filein,
|
| H A D | script.cpp | 982 \param filein Filename coming in 988 the filename for input (filein). This file is put on the command 1008 const Glib::ustring &filein, 1049 if (!filein.empty()) { 1050 if(Glib::path_is_absolute(filein)) 1051 argv.push_back(filein); 1055 buildargs.push_back(filein); 1006 execute(const std::list<std::string> &in_command, const std::list<std::string> &in_params, const Glib::ustring &filein, file_listener &fileout) argument
|
| H A D | xslt.cpp | 142 xmlDocPtr filein = xmlParseFile(filename); local 143 if (filein == NULL) { return NULL; } 148 xmlDocPtr result = xsltApplyStylesheet(_stylesheet, filein, params); 149 xmlFreeDoc(filein);
|
Completed in 72 milliseconds