search for: uniquenam

Displaying 9 results from an estimated 9 matches for "uniquenam".

Did you mean: uniquename
2008 Mar 17
1
asterisk.conf uniquename or sysname for uniqueid field in CDR
I set uniquename = MYHOST in asterisk.conf (under [options]) so that my uniqueid data shows up as MYHOST.time.seq. First of all, I would like to know if uniquename (or sysname?) will still be valid across future * versions (mainly 1.6). Secondly, is there a way to specify uniquename as an asterisk option at the...
2020 Sep 23
4
(no subject)
Hi all, While working on alias support for the LLVM-ML project, I ran into a feature implemented back in 2010: default-null weak externals in COFF, a GNU extension. https://reviews.llvm.org/rG17990d56907b I'd like to disable this feature when targeting MSVC compatibility. Does anyone have more context on this, and why it'd be a terrible idea? For context: This seems to be designed to let
2015 Apr 14
5
[LLVMdev] [cfe-dev] A problem with names that can not be demangled.
...llowing change in lib/IR/ValueSymbolTable.cpp seems to fix this > problem. > > > > ------------ start diff ------------------- > > @@ -54,5 +54,5 @@ void ValueSymbolTable::reinsertValue(Value* V) { > > // Trim any suffix off and append the next number. > > UniqueName.resize(BaseSize); > > - raw_svector_ostream(UniqueName) << ++LastUnique; > > + raw_svector_ostream(UniqueName) << "." << ++LastUnique; > > > > // Try insert the vmap entry with this suffix. > > -------------- end diff ---------...
2005 Dec 21
1
route a name to an id?
i have a database setup with an id and a field called uniquename say for example my db looks like this: <table border="1" cellpadding="1" cellspacing="1"> <tr> <td>id</td> <td>uniquename</td> </tr> <tr> <td>1</td> <td>pizza</td> </t...
2003 Apr 16
2
Files Show in Windows but not on the Red Hat server
*I just recently migrated our web server to Red Hat 8.0 running Samba 2.2.7 from FreeBSD 4.2 running Samba 2.2.3a. In windows, a user copy or moves files to there home directory on the server running samba. The file seems to copy or move fine (It is visible when accessing the share from explorer), but if I telnet to the server the file is not in the user's home directory. I have tailed the
2015 Apr 14
0
[LLVMdev] [cfe-dev] A problem with names that can not be demangled.
...he discriminating number, making “_ZL3ByePi.1” The following change in lib/IR/ValueSymbolTable.cpp seems to fix this problem. ------------ start diff ------------------- @@ -54,5 +54,5 @@ void ValueSymbolTable::reinsertValue(Value* V) { // Trim any suffix off and append the next number. UniqueName.resize(BaseSize); - raw_svector_ostream(UniqueName) << ++LastUnique; + raw_svector_ostream(UniqueName) << "." << ++LastUnique; // Try insert the vmap entry with this suffix. -------------- end diff --------------------- However it causes 60 test failures....
2012 Oct 17
0
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
...CreateSymbol() is not a public function. So instead + // we generate a unique name as we go. Luckily, the ARM + // ELF spec says that everything after the '.' is ignored. + StringRef Name = IsData ? "$d" : IsThumb ? "$t" : "$a"; + StringRef UniqueName = Name.str() + "." + itostr(MappingSymbolCounter++); + MCSymbol *Symbol = getContext().GetOrCreateSymbol(UniqueName); + + MCSymbolData &SD = getAssembler().getOrCreateSymbolData(*Symbol); + MCELF::SetType(SD, ELF::STT_NOTYPE); + MCELF::SetBinding(SD, ELF::STB_LOCAL); + SD.setExt...
2012 Oct 16
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Attached is an example of how to reproduce the issue. It uses a C file that happens to has a bunch of switch statements which are encoded as jump tables, giving us data-in-code. Usage: To build object files with clang via the -integrated-as versus via GCC: $ export NDK_DIR=<my_ndk_dir> $ export LLVM_DIR=<my_llvm_bin_dir> $ make To test that the generated objects contain the same
2014 May 07
3
Samba36 error on install - Freebsd 9.2
Hello, I have attempted to install samba36 on a base install of FreeBSD 9.2 I have installed this same package about 30 days ago and had no problems what so ever. after the install, I add the line to FreeBSD /etc/rc.conf file - samba_enable="YES" Reboot the server and an error appears - WARNING /var/db/samba is not a directory I make the basic smb.conf changes like I have always