Searched refs:path (Results 76 - 100 of 1047) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c133 char *path,
218 strlcpy( ad->ad_m_name, path, ad->ad_m_namelen);
251 int of_stat(struct path *path) argument
255 path->st_errno = 0;
256 path->st_valid = 1;
258 if ((ret = lstat(path->u_name, &path->st)) < 0) {
260 cfrombstr(curdir->d_fullpath), path->u_name, strerror(errno));
261 path
131 of_alloc(struct vol *vol, struct dir *dir, char *path, u_int16_t *ofrefnum, const int eid, struct adouble *ad, struct stat *st) argument
269 of_fstatat(int dirfd, struct path *path) argument
288 of_statdir(struct vol *vol, struct path *path) argument
328 of_findname(struct path *path) argument
362 of_findnameat(int dirfd, struct path *path) argument
453 of_ad(const struct vol *vol, struct path *path, struct adouble *ad) argument
[all...]
H A Dcatsearch.c116 char *path; /* absolute UNIX path to this directory */ member in struct:dsitem
143 /* Put new element. Allocate and copy lname and path. */
151 if (!(ds->path = malloc(l + u + 1) ))
153 memcpy(ds->path, dstack[pidx].path, l);
154 ds->path[l] = '/';
155 memcpy(&ds->path[l+1], uname, u);
159 ds->path = strdup(uname);
178 free(dstack[dsidx].path);
198 adl_lkup(struct vol *vol, struct path *path, struct adouble *adp) argument
239 unpack_finderinfo(struct vol *vol, struct path *path, struct adouble **adp, struct finderinfo *finfo, int islnk) argument
258 crit_check(struct vol *vol, struct path *path) argument
426 rslt_add( struct vol *vol, struct path *path, char **buf, int ext) argument
512 struct path path; local
718 struct path path; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api_internal.h37 char path[MAXPATHLEN + 1]; member in struct:fce_history
43 char path[MAXPATHLEN + 1]; member in struct:fce_close_event
48 bool fce_handle_coalescation( char *path, int is_dir, int mode );
H A Dofork.c133 char *path,
218 strlcpy( ad->ad_m_name, path, ad->ad_m_namelen);
251 int of_stat(const struct vol *vol, struct path *path) argument
255 path->st_errno = 0;
256 path->st_valid = 1;
258 if ((ret = ostat(path->u_name, &path->st, vol_syml_opt(vol))) < 0) {
260 cfrombstr(curdir->d_fullpath), path->u_name, strerror(errno));
261 path
131 of_alloc(struct vol *vol, struct dir *dir, char *path, u_int16_t *ofrefnum, const int eid, struct adouble *ad, struct stat *st) argument
269 of_fstatat(int dirfd, struct path *path) argument
288 of_statdir(struct vol *vol, struct path *path) argument
328 of_findname(const struct vol *vol, struct path *path) argument
362 of_findnameat(int dirfd, struct path *path) argument
453 of_ad(const struct vol *vol, struct path *path, struct adouble *ad) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dinotify.c58 char *path; /* watched path */ member in struct:watch
73 return w->path;
81 add_watch(int fd, const char * path) argument
86 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
89 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
101 nw->path = strdup(path);
118 remove_watch(int fd, const char * path) argument
124 if( strcmp(path,
230 add_dir_watch(int fd, char * path, char * filename) argument
278 inotify_insert_file(char * name, const char * path) argument
433 inotify_insert_directory(int fd, char *name, const char * path) argument
525 inotify_remove_file(const char * path) argument
604 inotify_remove_directory(int fd, const char * path) argument
[all...]
H A Dutils.h32 make_dir(char * path, mode_t mode);
47 resolve_unknown_type(const char * path, enum media_types dir_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c58 char *path; /* watched path */ member in struct:watch
73 return w->path;
81 add_watch(int fd, const char * path) argument
86 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
89 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
101 nw->path = strdup(path);
118 remove_watch(int fd, const char * path) argument
124 if( strcmp(path,
230 add_dir_watch(int fd, char * path, char * filename) argument
278 inotify_insert_file(char * name, const char * path) argument
433 inotify_insert_directory(int fd, char *name, const char * path) argument
524 inotify_remove_file(const char * path) argument
603 inotify_remove_directory(int fd, const char * path) argument
[all...]
H A Dutils.h32 make_dir(char * path, mode_t mode);
47 resolve_unknown_type(const char * path, enum media_types dir_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnoquotas.c27 BOOL disk_quotas(const char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_d2.c84 const char *path)
95 if (path != NULL)
99 if (X509_LOOKUP_add_dir(lookup,path,X509_FILETYPE_PEM) != 1)
102 if ((path == NULL) && (file == NULL))
83 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_d2.c84 const char *path)
95 if (path != NULL)
99 if (X509_LOOKUP_add_dir(lookup,path,X509_FILETYPE_PEM) != 1)
102 if ((path == NULL) && (file == NULL))
83 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dexecable.c12 /* check if path points to an executable file;
23 * return allocated string containing full path if found;
28 char *path, *p, *n; local
30 p = path = xstrdup(getenv("PATH"));
38 free(path);
45 free(path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbw_sample.c12 smbw_sample <options> path
22 note that path must start with /smb/
34 char *path; local
79 path = argv[0];
83 dir = smbw_opendir(path);
85 printf("failed to open %s\n", path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c66 * RAND_query_egd_bytes(path, buf, bytes)
68 * at path and will write them to buf (if supplied) or will directly feed
82 * RAND_egd_bytes(path, bytes) will query "bytes" bytes and have them
93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
103 int RAND_egd(const char *path) argument
108 int RAND_egd_bytes(const char *path,int bytes) argument
126 char sun_path[108]; /* path name (gag) */
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
147 if (strlen(path) >
284 RAND_egd_bytes(const char *path, int bytes) argument
297 RAND_egd(const char *path) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c66 * RAND_query_egd_bytes(path, buf, bytes)
68 * at path and will write them to buf (if supplied) or will directly feed
82 * RAND_egd_bytes(path, bytes) will query "bytes" bytes and have them
93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
103 int RAND_egd(const char *path) argument
108 int RAND_egd_bytes(const char *path,int bytes) argument
126 char sun_path[108]; /* path name (gag) */
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
147 if (strlen(path) >
284 RAND_egd_bytes(const char *path, int bytes) argument
297 RAND_egd(const char *path) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stat.c20 __os_exists(env, path, isdirp)
22 const char *path;
33 __db_msg(env, "fileops: stat %s", path);
36 return (DB_GLOBAL(j_exists)(path, isdirp));
38 RETRY_CHK((stat(CHAR_STAR_CAST path, &sb)), ret);
65 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
67 const char *path;
75 return (DB_GLOBAL(j_ioinfo)(path,
H A Dos_tmpdir.c21 * Set the temporary directory path.
78 /* Get the path to the temporary folder. */
88 /* Get the path to the temporary directory. */
91 char *path, *eos; local
94 FROM_TSTRING(env, tpath, path, ret);
98 eos = path + strlen(path) - 1;
101 if (__os_exists(env, path, &isdir) == 0 && isdir) {
103 path, &dbenv->db_tmp_dir);
104 FREE_STRING(env, path);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c91 char *path; local
93 path = concat_path_file(dir_name, de->d_name);
95 if (lstat(path, &st) == -1)
96 bb_perror_msg(path);
99 list_attributes(path);
103 printf("\n%s:\n", path);
104 iterate_on_dir(path, lsattr_dir_proc, NULL);
110 free(path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_stat.c18 __os_exists(env, path, isdirp)
20 const char *path;
30 TO_TSTRING(env, path, tpath, ret);
36 __db_msg(env, "fileops: stat %s", path);
56 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
58 const char *path;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Ddirutil.c52 char *tmp = NULL, *path = stripslash(strdup(dir)); local
54 if (stat(path, &st) == 0) { /* file exists */
60 if (!make_valid_path(tmp = dirname(path), mode)) { retval = 0; goto end; }
62 if (mkdir(path, mode) < 0) { retval = 0; goto end; }
68 if (path != NULL) free(path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c34 /* assert this is best path; if not, return */
36 if (memcmp (&route.path, &request->path, sizeof (route.path)))
41 (u_long) ntohl (request->path.origin.id));
49 if (route.path.metric_type == 2)
64 OSPF6_ASBR_METRIC_SET (external, route.path.cost);
70 external->prefix.prefix_options = route.path.prefix_options;
103 route.path.origin.id, ospf6->router_id,
120 htonl (route->path
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c185 * path = [ abs_path | opaque_part ]
422 if (uri->path != NULL) {
423 p = uri->path;
567 if (uri->path != NULL) xmlFree(uri->path);
568 uri->path = NULL;
592 if (uri->path != NULL) xmlFree(uri->path);
608 * @path: pointer to the path strin
618 xmlNormalizeURIPath(char *path) argument
1478 char *path; local
2347 xmlCanonicPath(const xmlChar *path) argument
2460 xmlPathToURI(const xmlChar *path) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c104 * path = [ abs_path | opaque_part ]
539 * Parse an path absolute or empty and fills in the appropriate fields
542 * path-abempty = *( "/" segment )
560 if (uri->path != NULL) xmlFree(uri->path);
562 uri->path = STRNDUP(*str, cur - *str);
564 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
575 * Parse an path absolute and fills in the appropriate fields
578 * path-absolute = "/" [ segment-nz *( "/" segment ) ]
602 if (uri->path !
1468 xmlNormalizeURIPath(char *path) argument
2448 xmlCanonicPath(const xmlChar *path) argument
2576 xmlPathToURI(const xmlChar *path) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.c185 * path = [ abs_path | opaque_part ]
422 if (uri->path != NULL) {
423 p = uri->path;
567 if (uri->path != NULL) xmlFree(uri->path);
568 uri->path = NULL;
592 if (uri->path != NULL) xmlFree(uri->path);
608 * @path: pointer to the path strin
618 xmlNormalizeURIPath(char *path) argument
1478 char *path; local
2347 xmlCanonicPath(const xmlChar *path) argument
2460 xmlPathToURI(const xmlChar *path) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c124 * - give error on ".." occurring in the path
129 const char *path)
137 dprintk("--> nfs4_path_walk(,,%s)\n", path);
143 while (*path == '/')
144 path++;
166 dprintk("Next: %s\n", path);
168 /* extract the next bit of the path */
169 if (!*path)
172 name.name = path;
173 while (*path
127 nfs4_path_walk(struct nfs_server *server, struct nfs_fh *mntfh, const char *path) argument
[all...]

Completed in 219 milliseconds

1234567891011>>