Searched refs:dirs (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch.h36 * @param dirs List of strings which are directory paths
38 void bus_set_watched_dirs (BusContext *context, DBusList **dirs);
H A Ddir-watch-kqueue.c47 static char *dirs[MAX_DIRS_TO_WATCH]; variable
169 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
172 new_dirs[i] = dirs[j];
174 dirs[j] = NULL;
188 dbus_free (dirs[j]);
190 dirs[j] = NULL;
245 dirs[i] = new_dirs[i];
H A Ddir-watch-inotify.c46 static char *dirs[MAX_DIRS_TO_WATCH]; variable
119 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
122 new_dirs[i] = dirs[j];
124 dirs[j] = NULL;
138 dbus_free (dirs[j]);
140 dirs[j] = NULL;
184 dirs[i] = new_dirs[i];
H A Dconfig-parser-trivial.c174 DBusList *dirs; local
175 dirs = NULL;
177 if (!_dbus_get_standard_system_servicedirs (&dirs))
183 while ((link = _dbus_list_pop_first_link (&dirs)))
250 /* append the dynamic char string to service dirs */
352 DBusList **dirs; local
400 /* check dirs return value is okay */
401 dirs = bus_config_parser_get_service_dirs (parser);
402 if (dirs == NULL)
404 _dbus_warn ("Service dirs ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/util/
H A Drmold.pl34 (@dirs = @ARGV) || push (@dirs,'.');
37 foreach $_ (@dirs) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkfiles.pl9 my @dirs = (
77 foreach (@dirs) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkfiles.pl9 my @dirs = (
66 foreach (@dirs) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkfiles.pl9 my @dirs = (
77 foreach (@dirs) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_dir.c81 char **dirs; member in struct:lookup_dir_st
156 a->dirs=NULL;
170 if (a->dirs[i] != NULL) OPENSSL_free(a->dirs[i]);
171 if (a->dirs != NULL) OPENSSL_free(a->dirs);
201 if (strlen(ctx->dirs[j]) == (size_t)len &&
202 strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
218 memcpy(pp,ctx->dirs,(ctx->num_dirs_alloced-10)*
222 if (ctx->dirs !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep039.tcl162 file mkdir [set dirs(A) $testdir/SITE_A]
163 file mkdir [set dirs(B) $testdir/SITE_B]
164 file mkdir [set dirs(C) $testdir/SITE_C]
181 -home $dirs(A) -rep_transport \[list 1 replsend\]"
194 -home $dirs(B) -rep_transport \[list 2 replsend\]"
201 -home $dirs(C) -rep_transport \[list 3 replsend\]"
233 set res [eval exec $util_path/db_archive -l -h $dirs($test_client)]
247 set res [eval exec $util_path/db_archive -d -h $dirs($master)]
248 set res [eval exec $util_path/db_archive -l -h $dirs($master)]
259 set res [eval exec $util_path/db_archive -l -h $dirs(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_shadow_copy.c62 SMB_STRUCT_DIRENT *dirs; member in struct:__anon5825
109 dirp->dirs = SMB_REALLOC_ARRAY(dirp->dirs,SMB_STRUCT_DIRENT, dirp->num+1);
110 if (!dirp->dirs) {
115 dirp->dirs[dirp->num++] = *d;
127 return &(dirp->dirs[dirp->pos++]);
158 SAFE_FREE(dirp->dirs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dby_dir.c88 STACK_OF(BY_DIR_ENTRY) *dirs;
157 a->dirs = NULL;
191 if (a->dirs != NULL)
192 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
218 for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) {
219 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
224 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
226 if (ctx->dirs == NULL) {
227 ctx->dirs = sk_BY_DIR_ENTRY_new_null();
228 if (!ctx->dirs) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c88 STACK_OF(BY_DIR_ENTRY) *dirs;
157 a->dirs = NULL;
191 if (a->dirs != NULL)
192 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
218 for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) {
219 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
224 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
226 if (ctx->dirs == NULL) {
227 ctx->dirs = sk_BY_DIR_ENTRY_new_null();
228 if (!ctx->dirs) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_dyn.c155 * Whether to never use 'dirs', use 'dirs' as a fallback, or only use
156 * 'dirs' for loading. Default is to use 'dirs' as a fallback.
160 STACK_OF(OPENSSL_STRING) *dirs;
195 if (ctx->dirs)
196 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
226 c->dirs = sk_OPENSSL_STRING_new_null();
227 if (!c->dirs) {
247 sk_OPENSSL_STRING_free(c->dirs);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_dyn.c155 * Whether to never use 'dirs', use 'dirs' as a fallback, or only use
156 * 'dirs' for loading. Default is to use 'dirs' as a fallback.
160 STACK_OF(OPENSSL_STRING) *dirs;
195 if (ctx->dirs)
196 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
226 c->dirs = sk_OPENSSL_STRING_new_null();
227 if (!c->dirs) {
247 sk_OPENSSL_STRING_free(c->dirs);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c145 /* Whether to never use 'dirs', use 'dirs' as a fallback, or only use
146 * 'dirs' for loading. Default is to use 'dirs' as a fallback. */
149 STACK *dirs; member in struct:st_dynamic_data_ctx
176 if(ctx->dirs)
177 sk_pop_free(ctx->dirs, int_free_str);
206 c->dirs = sk_new_null();
207 if(!c->dirs)
396 sk_insert(ctx->dirs, tmp_st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquash-1.c240 dir->dirs = NULL;
273 new_dir = realloc(dir->dirs, (dir->dir_count +
278 dir->dirs = new_dir;
280 strcpy(dir->dirs[dir->dir_count].name, dire->name);
281 dir->dirs[dir->dir_count].start_block =
283 dir->dirs[dir->dir_count].offset = dire->offset;
284 dir->dirs[dir->dir_count].type = dire->type;
H A Dunsquash-3.c313 dir->dirs = NULL;
346 new_dir = realloc(dir->dirs, (dir->dir_count +
351 dir->dirs = new_dir;
353 strcpy(dir->dirs[dir->dir_count].name, dire->name);
354 dir->dirs[dir->dir_count].start_block =
356 dir->dirs[dir->dir_count].offset = dire->offset;
357 dir->dirs[dir->dir_count].type = dire->type;
H A Dunsquash-4.c283 dir->dirs = NULL;
305 new_dir = realloc(dir->dirs, (dir->dir_count +
310 dir->dirs = new_dir;
312 strcpy(dir->dirs[dir->dir_count].name, dire->name);
313 dir->dirs[dir->dir_count].start_block =
315 dir->dirs[dir->dir_count].offset = dire->offset;
316 dir->dirs[dir->dir_count].type = dire->type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dutil.pm104 use vars qw( $basename %dirs ) ;
123 $dirs{$dir} ++ ;
128 foreach (keys %dirs) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dmem.c32 const char *dirs[] = { "TMP", "TEMP", "TMPDIR", NULL }; local
39 for (i = 0; dirs[i]; i++) {
40 dir = getenv(dirs[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.h121 char **dirs; /* realloc()ed array for path components */ member in struct:ftp_conn
122 int dirdepth; /* number of entries used in the 'dirs' array */
123 int diralloc; /* number of entries allocated for the 'dirs' array */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.c218 * @param dirs string with pathes
219 * @param suffix string concated to each path in dirs
224 _dbus_split_paths_and_append (DBusString *dirs, argument
239 len = _dbus_string_get_length (dirs);
241 while (_dbus_string_find (dirs, start, _DBUS_PATH_SEPARATOR, &i))
248 if (!_dbus_string_copy_len (dirs,
296 if (!_dbus_string_copy_len (dirs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp308 const wxArrayString& dirs)
317 wxArrayString search_dirs( dirs );
539 const wxString& dirbase, const wxArrayString& dirs)
574 LoadGnomeDataFromKeyFile(dirname + filename, dirs);
621 wxArrayString dirs; local
627 dirs.Add( gnomedir );
630 dirs.Add(wxT("/usr/share"));
631 dirs.Add(wxT("/usr/local/share"));
635 dirs.Add( gnomedir );
638 dirs
307 LoadGnomeDataFromKeyFile(const wxString& filename, const wxArrayString& dirs) argument
538 LoadGnomeMimeFilesFromDir( const wxString& dirbase, const wxArrayString& dirs) argument
1577 wxArrayString dirs; local
1683 wxArrayString dirs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dmimetype.h91 const wxArrayString& dirs);
94 const wxArrayString& dirs);

Completed in 278 milliseconds

123