/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.h | 136 directory = PR_FILE_DIRECTORY, enumerator in enum:__anon17206
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsComponentManagerObsolete.cpp | 216 nsComponentManager::AutoRegister(PRInt32 when, nsIFile *directory) argument 221 return cm->AutoRegister(when, directory);
|
H A D | nsComponentManager.cpp | 836 NS_WARNING("No Component Registry file was found in the directory service"); 2491 // components directory 2507 // components directory 3098 * AutoRegister(RegistrationInstant, const char *directory) 3100 * Given a directory in the following format, this will ensure proper registration 3101 * of all components. No default directory is looked at. 3134 // Use supplied components' directory 3218 nsCOMPtr<nsIFile> directory = spec; local 3220 if (!directory) { 3221 mComponentsDir->Clone(getter_AddRefs(directory)); [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl.h | 124 char *directory; member in struct:IncludePathEntry
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | session.c | 110 GDir *directory; local 114 directory = g_dir_open (sessions_dir, 0, &error); 116 g_warning ("Failed to open sessions directory: %s", error->message); 118 if (!directory) 128 filename = g_dir_read_name (directory); 164 g_dir_close (directory); 185 /* Use session directory from configuration */ 197 value = g_key_file_get_string (config_key_file, "LightDM", "xsessions-directory", NULL); 204 value = g_key_file_get_string (config_key_file, "LightDM", "remote-sessions-directory", NULL);
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaInterfaces.cpp | 196 nsCOMPtr<nsILocalFile> directory; local 198 rv = File_to_nsILocalFile(env, aMozBinDirectory, getter_AddRefs(directory)); 212 rv = NS_InitXPCOM2(getter_AddRefs(servMan), directory, provider);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parserInternals.c | 1275 if (input->directory != NULL) xmlFree((char *) input->directory); 1456 char *directory = NULL; local 1488 directory = xmlParserGetDirectory((const char *) URI); 1492 inputStream->directory = directory; 1497 if ((ctxt->directory == NULL) && (directory != NULL)) 1498 ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory); [all...] |
H A D | nanoftp.c | 1259 * @directory: a directory on the server 1261 * Tries to change the remote directory 1267 xmlNanoFTPCwd(void *ctx, const char *directory) { argument 1274 if (directory == NULL) return 0; 1283 snprintf(buf, sizeof(buf), "CWD %s\r\n", directory); 1308 * @file: a file or directory on the server 1310 * Tries to delete an item (file or directory) from server
|
H A D | xinclude.c | 422 char *directory = NULL; local 459 if ((pctxt->directory == NULL) && (directory == NULL)) 460 directory = xmlParserGetDirectory(URL); 461 if ((pctxt->directory == NULL) && (directory != NULL)) 462 pctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
|
H A D | catalog.c | 887 char *directory = NULL; local 921 if ((ctxt->directory == NULL) && (directory == NULL)) 922 directory = xmlParserGetDirectory(filename); 923 if ((ctxt->directory == NULL) && (directory != NULL)) 924 ctxt->directory = directory;
|
H A D | runtest.c | 100 const char *out; /* output directory */ 128 char directory[500]; local 133 strncpy(directory, pattern, 499); 134 for (len = strlen(directory);len >= 0;len--) { 135 if (directory[len] == '/') { 137 directory[len] = 0; 157 strncpy(directory + len, FindFileData.cFileName, 499 - len); 158 ret->gl_pathv[ret->gl_pathc] = strdup(directory); 172 strncpy(directory + len, FindFileData.cFileName, 499 - len); 173 ret->gl_pathv[ret->gl_pathc] = strdup(directory); [all...] |
H A D | xmlreader.c | 2125 char *directory = NULL; local 2136 if (ret->ctxt->directory == NULL) 2137 directory = xmlParserGetDirectory(URI); 2138 if ((ret->ctxt->directory == NULL) && (directory != NULL)) 2139 ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory); 2140 if (directory != NULL) 2141 xmlFree(directory);
|
H A D | parser.c | 10991 ctxt->directory = NULL; 10993 ctxt->directory = xmlParserGetDirectory(filename); 11425 char *directory = NULL; local 11456 if ((ctxt->directory == NULL) && (directory == NULL)) 11457 directory = xmlParserGetDirectory((char *)URL); 11458 if ((ctxt->directory == NULL) && (directory != NULL)) 11459 ctxt->directory = directory; 12491 char *directory = NULL; local 12555 char *directory = NULL; local 12623 char *directory = NULL; local [all...] |
H A D | testapi.c | 11470 char * directory; /* a directory on the server */ local 11477 directory = gen_const_char_ptr(n_directory, 1); 11479 ret_val = xmlNanoFTPCwd(ctx, (const char *)directory); 11483 des_const_char_ptr(n_directory, (const char *)directory, 1); 11511 const char * file; /* a file or directory on the server */ [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdesktop.c | 189 char *shell, char *directory); 211 fprintf(stderr, " -c: working directory\n"); 573 char directory[256]; local 609 g_seamless_spawn_cmd[0] = domain[0] = g_password[0] = shell[0] = directory[0] = 0; 673 STRNCPY(directory, optarg, sizeof(directory)); 1149 rdp2vnc_connect(server, flags, domain, g_password, shell, directory); 1218 (server, flags, domain, g_password, shell, directory, g_reconnect_loop)) 1864 /* Create the bitmap cache directory */ 1903 /* open a file in the .rdesktop directory */ [all...] |
H A D | rdp.c | 372 char *password, char *program, char *directory) 380 int len_directory = 2 * strlen(directory); 411 rdp_out_unistr(s, directory, len_directory); 501 rdp_out_unistr(s, directory, len_directory); 1773 char *command, char *directory, RD_BOOL reconnect) 1781 rdp_send_logon_info(flags, domain, g_username, password, command, directory); 371 rdp_send_logon_info(uint32 flags, char *domain, char *user, char *password, char *program, char *directory) argument 1772 rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory, RD_BOOL reconnect) argument
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfoManager.cpp | 239 // Always put components directory first 251 // Add the GRE's component directory to searchPath if the 254 // a valid nsIFile via it's directory service provider interface. 264 // make sure we only append a directory if its a different one 632 NS_ERROR("file not in search directory!"); 699 // the same directory, sort by size 812 PRUint32 directory; local 817 !aWorkingSet->FindDirectoryOfFile(file, &directory)) 827 if(directory == target.GetDirectory() &&
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestCtrl.cpp | 182 /* No file and no directory -- maybe a filter? */ 189 /* Remove the filter from actual sourcec directory name. */ 215 * directory and the mapped value is a vector holding all elements for this directoy. 339 " <guest directory>... --username <name>\n" 347 " <guest directory>... --username <name>\n" 371 " [--directory] [--secure] [--tmpdir <directory>]\n" 1579 * @param pszSourceRoot Source root path. No trailing directory slash! 1706 * Creates a directory on the destination, based on the current copy 1728 /* If querying for a directory existenc 3122 Bstr directory; local [all...] |
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | parser.h | 59 const char *directory; /* the directory/base of the file */ member in struct:_xmlParserInput 223 char *directory; /* the data directory */ member in struct:_xmlParserCtxt
|