search for: extracted_value

Displaying 2 results from an estimated 2 matches for "extracted_value".

2010 Nov 15
1
SEXP and slots
...ototype of "my_c_function" is: >> >> SEXP my_c_function(SEXP int_vec, SEXP str_vec); >> >> Within my_c_function I am able to extract the values within the integer >> vector, e.g. I can grab the first value with these lines of code: >> >> int extracted_value; >> extracted_value = *INTEGER(int_vec); >> >> What I cannot figure out how to do is extract the value from the >> STRSXP. I'm assuming that I can create a pointer to a character array, >> then malloc enough memory to hold the value. Is there an analogous >...
2004 Feb 21
1
Migration to 3.0.2a
...ged all the necessary paths in the smb.conf file to point out the right locations within the new, samba3 directory structure. 4. I?ve checked the file by running ?testparm? 5. I?ve extracted the SID by running ?net getlocalsid? command 6. removed secrets.tdb from samba3 and run ?net setlocalsid <extracted_value>?. This created a new version of the file. 7. started samba3. I could see the Samba server from my W2k pro box, but when trying to access it, I just got the login dialog, but couldn?t log in. 8. tested also ?pdbedit ?Lv?, but couldn?t see anything wrong. 9. I?ve also tried to migrate my user acc...