Searched refs:pstrcat (Results 1 - 25 of 42) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_db.c53 pstrcat( keyname, "/SYSTEM" );
61 pstrcat( keyname, "/SYSTEM/CurrentControlSet" );
70 pstrcat( keyname, "/SYSTEM/CurrentControlSet/Control" );
78 pstrcat( keyname, "/SYSTEM/CurrentControlSet/Control/ProductOptions" );
84 pstrcat( keyname, "/SYSTEM/CurrentControlSet/Services" );
92 pstrcat( keyname, "/SYSTEM/CurrentControlSet/Services/Netlogon" );
99 pstrcat( keyname, "/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters" );
H A Dreg_cachehook.c57 pstrcat( key, hook->keyname );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmodule.c110 pstrcat(full_path, "/");
111 pstrcat(full_path, module);
112 pstrcat(full_path, ".");
113 pstrcat(full_path, shlib_ext());
H A Dadt_tree.c346 pstrcat( path2, node->key ? node->key : "NULL" );
347 pstrcat( path2, "/" );
H A Dpopt_common.c159 pstrcat(spec, p);
H A Dutil.c572 pstrcat(s,s1);
610 pstrcat(s,s1);
2386 pstrcat(fname,"/");
2387 pstrcat(fname,name);
2406 pstrcat(fname,"/");
2407 pstrcat(fname,name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c270 pstrcat(cur_dir,p);
273 pstrcat(cur_dir, "\\");
278 pstrcat(cur_dir,"\\");
307 pstrcat( targetpath, "\\" );
531 pstrcat(mask2, mask);
536 pstrcat(mask2, f->name);
537 pstrcat(mask2,"\\*");
642 pstrcat(mask,"\\");
652 pstrcat(mask,p);
654 pstrcat(mas
[all...]
H A Dclitar.c791 pstrcat(exclaim, "\\");
792 pstrcat(exclaim, finfo->name);
814 pstrcat(cur_dir,finfo->name);
815 pstrcat(cur_dir,"\\");
827 pstrcat(mtar_mask,"*");
833 pstrcat(rname,finfo->name);
1287 pstrcat(fname, buf);
1396 pstrcat(tarmac, cliplist[i]);
1406 pstrcat(tarmac, cliplist[i]);
1415 pstrcat(mas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_expand_msdfs.c144 pstrcat(new_target, targethost);
145 pstrcat(new_target, filename_end+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting_db.c93 pstrcat(printdb_path, printername);
94 pstrcat(printdb_path, ".tdb");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_serverlistdb.c332 pstrcat(fname,"/");
333 pstrcat(fname,SERVER_LIST);
335 pstrcat(fnamenew,".");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_dfs_nt.c70 pstrcat(altpath, "\\");
71 pstrcat(altpath, sharename);
137 pstrcat(altpath, "\\");
138 pstrcat(altpath, sharename);
H A Dsrv_reg_nt.c118 pstrcat( regkey->name, parent->name );
119 pstrcat( regkey->name, "\\" );
121 pstrcat( regkey->name, subkeyname2 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c557 pstrcat(pathreal,"/");
558 pstrcat(pathreal,dptr->wcard);
760 pstrcat(path,"/");
762 pstrcat(path,fname);
763 pstrcat(pathreal,dname);
940 pstrcat(full_path, "/");
942 pstrcat(full_path, dir_path);
943 pstrcat(full_path, "/");
945 pstrcat(full_path, name);
H A Dfilename.c358 pstrcat(dirpath,"/");
360 pstrcat(dirpath,start);
H A Dutmp.c232 pstrcat(fname, "/");
233 pstrcat(fname, uw_name);
H A Dnotify_hash.c86 pstrcat(full_name, "/");
H A Dstatcache.c263 pstrcat(name, last_component);
H A Dmangle_hash.c576 (void)pstrcat( s, "." );
577 (void)pstrcat( s, extension );
H A Dmsdfs.c212 pstrcat(reflist[i].alternate_path, p);
512 pstrcat(ref->alternate_path, dp.reqpath);
887 pstrcat(msdfs_link, ",");
889 pstrcat(msdfs_link, refpath);
H A Dreply.c1370 pstrcat(fname,"/TMXXXXXX");
1372 pstrcat(fname,"TMXXXXXX");
1644 pstrcat(directory,"/");
1645 pstrcat(directory,mask);
3479 pstrcat(fullname, "/");
3480 pstrcat(fullname, dname);
3556 pstrcat(fullname, "/");
3557 pstrcat(fullname, dname);
3773 pstrcat(tmpstr, newname);
3945 pstrcat(director
[all...]
H A Dvfs.c910 pstrcat(tmp_fname, "/");
911 pstrcat(tmp_fname, last_component);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dasn1.c337 pstrcat(oid_str, el);
339 pstrcat(oid_str, el);
348 pstrcat(oid_str, el);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmasktest.c357 pstrcat(mask, argv[0]);
358 pstrcat(file, argv[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_tdb.c752 pstrcat(tdbfile, "/");
753 pstrcat(tdbfile, PASSDB_FILE_NAME);

Completed in 301 milliseconds

12