Searched refs:dname (Results 1 - 25 of 403) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/script/
H A Dinstallswat.sh14 dname=`dirname $f`
15 echo "Installing $f in $dname"
16 test -d $SWATDIR/$dname || mkdir -p $SWATDIR/$dname || exit 1
17 cp $f $SWATDIR/$dname/ || exit 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/script/
H A Dinstallswat.sh14 dname=`dirname $f`
15 echo "Installing $f in $dname"
16 test -d $SWATDIR/$dname || mkdir -p $SWATDIR/$dname || exit 1
17 cp $f $SWATDIR/$dname/ || exit 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/script/
H A Dinstallswat.sh14 dname=`dirname $f`
15 echo "Installing $f in $dname"
16 test -d $SWATDIR/$dname || mkdir -p $SWATDIR/$dname || exit 1
17 cp $f $SWATDIR/$dname/ || exit 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dcnid.c76 char *dname = NULL; local
92 EC_NULL_LOG(dname = strdup(path));
93 EC_ZERO_LOGSTR(chdir(dirname(dname)), "chdir(%s): %s", dirname, strerror(errno));
94 free(dname);
95 dname = NULL;
99 EC_NULL_LOG(dname = strdup(path));
100 EC_ZERO(bcatcstr(fpath, basename(dname)));
128 if (dname) free(dname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dcnid.c76 char *dname = NULL; local
92 EC_NULL_LOG(dname = strdup(path));
93 EC_ZERO_LOGSTR(chdir(dirname(dname)), "chdir(%s): %s", dirname, strerror(errno));
94 free(dname);
95 dname = NULL;
99 EC_NULL_LOG(dname = strdup(path));
100 EC_ZERO(bcatcstr(fpath, basename(dname)));
128 if (dname) free(dname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dcnid.c76 char *dname = NULL; local
92 EC_NULL_LOG(dname = strdup(path));
93 EC_ZERO_LOGSTR(chdir(dirname(dname)), "chdir(%s): %s", dirname, strerror(errno));
94 free(dname);
95 dname = NULL;
99 EC_NULL_LOG(dname = strdup(path));
100 EC_ZERO(bcatcstr(fpath, basename(dname)));
128 if (dname) free(dname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/
H A Dclideltree.c83 int smbcli_deltree(struct smbcli_tree *tree, const char *dname) argument
94 status = smbcli_unlink(tree, dname);
95 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
106 status = smbcli_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
107 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
112 asprintf(&mask, "%s\\*", dname);
119 status = smbcli_rmdir(dstate.tree, dname);
122 status = smbcli_setatr(dstate.tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
123 status = smbcli_rmdir(dstate.tree, dname);
127 dname, smbcli_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/
H A Dclideltree.c83 int smbcli_deltree(struct smbcli_tree *tree, const char *dname) argument
94 status = smbcli_unlink(tree, dname);
95 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
106 status = smbcli_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
107 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
112 asprintf(&mask, "%s\\*", dname);
119 status = smbcli_rmdir(dstate.tree, dname);
122 status = smbcli_setatr(dstate.tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
123 status = smbcli_rmdir(dstate.tree, dname);
127 dname, smbcli_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/
H A Dclideltree.c83 int smbcli_deltree(struct smbcli_tree *tree, const char *dname) argument
94 status = smbcli_unlink(tree, dname);
95 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
106 status = smbcli_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
107 if (NT_STATUS_IS_OK(smbcli_unlink(tree, dname))) {
112 asprintf(&mask, "%s\\*", dname);
119 status = smbcli_rmdir(dstate.tree, dname);
122 status = smbcli_setatr(dstate.tree, dname, FILE_ATTRIBUTE_NORMAL, 0);
123 status = smbcli_rmdir(dstate.tree, dname);
127 dname, smbcli_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/btools/
H A Dsizehistory.pl13 $dname = ($ARGV[1] || $fname) . ".size";
22 if (open(F, "<$dname")) {
42 if ((localtime((stat($dname))[9]))[7] != (localtime())[7]) {
43 open(F, ">>$dname") || die "$dname: $!";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/btools/
H A Dsizehistory.pl13 $dname = ($ARGV[1] || $fname) . ".size";
22 if (open(F, "<$dname")) {
42 if ((localtime((stat($dname))[9]))[7] != (localtime())[7]) {
43 open(F, ">>$dname") || die "$dname: $!";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/smb2/
H A Dutil.c59 NTSTATUS smb2_util_rmdir(struct smb2_tree *tree, const char *dname) argument
64 io.in.path = dname;
73 NTSTATUS smb2_util_mkdir(struct smb2_tree *tree, const char *dname) argument
79 io.mkdir.in.path = dname;
107 int smb2_deltree(struct smb2_tree *tree, const char *dname) argument
119 status = smb2_util_unlink(tree, dname);
133 status = smb2_util_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL);
134 status = smb2_util_unlink(tree, dname);
148 create_parm.in.fname = dname;
152 DEBUG(2,("Failed to open %s - %s\n", dname, nt_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/btools/
H A Dsizehistory.pl13 $dname = ($ARGV[1] || $fname) . ".size";
22 if (open(F, "<$dname")) {
42 if ((localtime((stat($dname))[9]))[7] != (localtime())[7]) {
43 open(F, ">>$dname") || die "$dname: $!";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/src/
H A Dinit.h32 char *dname; /* Directory name for the mo file. */ member in struct:domainlist_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/src/
H A Dinit.h32 char *dname; /* Directory name for the mo file. */ member in struct:domainlist_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/smb2/
H A Dutil.c59 NTSTATUS smb2_util_rmdir(struct smb2_tree *tree, const char *dname) argument
64 io.in.path = dname;
73 NTSTATUS smb2_util_mkdir(struct smb2_tree *tree, const char *dname) argument
79 io.mkdir.in.path = dname;
107 int smb2_deltree(struct smb2_tree *tree, const char *dname) argument
119 status = smb2_util_unlink(tree, dname);
133 status = smb2_util_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL);
134 status = smb2_util_unlink(tree, dname);
148 create_parm.in.fname = dname;
152 DEBUG(2,("Failed to open %s - %s\n", dname, nt_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/src/
H A Dinit.h32 char *dname; /* Directory name for the mo file. */ member in struct:domainlist_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/smb2/
H A Dutil.c59 NTSTATUS smb2_util_rmdir(struct smb2_tree *tree, const char *dname) argument
64 io.in.path = dname;
73 NTSTATUS smb2_util_mkdir(struct smb2_tree *tree, const char *dname) argument
79 io.mkdir.in.path = dname;
107 int smb2_deltree(struct smb2_tree *tree, const char *dname) argument
119 status = smb2_util_unlink(tree, dname);
133 status = smb2_util_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL);
134 status = smb2_util_unlink(tree, dname);
148 create_parm.in.fname = dname;
152 DEBUG(2,("Failed to open %s - %s\n", dname, nt_errst
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Ddoscalls.c58 DIR *dos_opendir(char *dname) argument
60 return(opendir(dos_to_unix(dname,False)));
69 char *dname = readdirname(p); local
71 if (!dname)
74 unix_to_dos(dname, True);
75 return(dname);
111 int dos_mkdir(char *dname,mode_t mode) argument
113 int ret = mkdir(dos_to_unix(dname,False),mode);
115 return(dos_chmod(dname,mode));
124 int dos_rmdir(char *dname) argument
133 dos_chdir(char *dname) argument
304 dos_directory_exist(char *dname,SMB_STRUCT_STAT *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Ddoscalls.c58 DIR *dos_opendir(char *dname) argument
60 return(opendir(dos_to_unix(dname,False)));
69 char *dname = readdirname(p); local
71 if (!dname)
74 unix_to_dos(dname, True);
75 return(dname);
111 int dos_mkdir(char *dname,mode_t mode) argument
113 int ret = mkdir(dos_to_unix(dname,False),mode);
115 return(dos_chmod(dname,mode));
124 int dos_rmdir(char *dname) argument
133 dos_chdir(char *dname) argument
304 dos_directory_exist(char *dname,SMB_STRUCT_STAT *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Ddoscalls.c58 DIR *dos_opendir(char *dname) argument
60 return(opendir(dos_to_unix(dname,False)));
69 char *dname = readdirname(p); local
71 if (!dname)
74 unix_to_dos(dname, True);
75 return(dname);
111 int dos_mkdir(char *dname,mode_t mode) argument
113 int ret = mkdir(dos_to_unix(dname,False),mode);
115 return(dos_chmod(dname,mode));
124 int dos_rmdir(char *dname) argument
133 dos_chdir(char *dname) argument
304 dos_directory_exist(char *dname,SMB_STRUCT_STAT *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/param/
H A Dutil.c81 char *fname, *dname; local
89 dname = talloc_strdup(mem_ctx, lp_lockdir(lp_ctx));
90 trim_string(dname,"","/");
92 if (!directory_exist(dname)) {
93 mkdir(dname,0755);
96 fname = talloc_asprintf(mem_ctx, "%s/%s", dname, name);
98 talloc_free(dname);
166 char *fname, *dname; local
168 dname = private_path(mem_ctx, lp_ctx, "smbd.tmp");
169 if (!directory_exist(dname)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/param/
H A Dutil.c81 char *fname, *dname; local
89 dname = talloc_strdup(mem_ctx, lp_lockdir(lp_ctx));
90 trim_string(dname,"","/");
92 if (!directory_exist(dname)) {
93 mkdir(dname,0755);
96 fname = talloc_asprintf(mem_ctx, "%s/%s", dname, name);
98 talloc_free(dname);
166 char *fname, *dname; local
168 dname = private_path(mem_ctx, lp_ctx, "smbd.tmp");
169 if (!directory_exist(dname)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/param/
H A Dutil.c81 char *fname, *dname; local
89 dname = talloc_strdup(mem_ctx, lp_lockdir(lp_ctx));
90 trim_string(dname,"","/");
92 if (!directory_exist(dname)) {
93 mkdir(dname,0755);
96 fname = talloc_asprintf(mem_ctx, "%s/%s", dname, name);
98 talloc_free(dname);
166 char *fname, *dname; local
168 dname = private_path(mem_ctx, lp_ctx, "smbd.tmp");
169 if (!directory_exist(dname)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddomain_codec.c143 if (dst - res >= NS_MAXCDNAME) { /* dname too long? abort */
152 /* Returns the offset within cstr at which dname can be found, or -1 */
153 static int find_offset(const uint8_t *cstr, int clen, const uint8_t *dname) argument
167 if (*c) { /* label, try matching dname */
168 d = dname;
198 uint8_t *d, *dname; local
201 dname = convert_dname(src);
202 if (dname == NULL) {
207 d = dname;
220 *retlen = d - dname
[all...]

Completed in 140 milliseconds

1234567891011>>