/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/ |
H A D | stringtokey.c | 47 unsigned char *concat, *foldstring, *foldkeydata; in krb5int_dk_string_to_key() local 58 if ((concat = (unsigned char *) malloc(concatlen)) == NULL) in krb5int_dk_string_to_key() 61 free(concat); in krb5int_dk_string_to_key() 66 free(concat); in krb5int_dk_string_to_key() 72 memcpy(concat, string->data, string->length); in krb5int_dk_string_to_key() 74 memcpy(concat+string->length, salt->data, salt->length); in krb5int_dk_string_to_key() 76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring); in krb5int_dk_string_to_key() 100 memset(concat, 0, concatlen); in krb5int_dk_string_to_key() 106 free(concat); in krb5int_dk_string_to_key()
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterAdd.java | 157 cmd = cmd.concat(" -s " + printserver); in addLocal() 159 cmd = cmd.concat(" -v " + device); in addLocal() 162 cmd = cmd.concat(" -m uri"); in addLocal() 165 cmd = cmd.concat(" -m netstandard"); in addLocal() 167 cmd = cmd.concat(" -m standard"); in addLocal() 169 cmd = cmd.concat("_foomatic"); in addLocal() 173 cmd = cmd.concat(" -T " + printertype); in addLocal() 175 cmd = cmd.concat(" -A " + notify); in addLocal() 177 cmd = cmd.concat(" -n " + ppdfile); in addLocal() 182 cmd = cmd.concat(" -o dest=" + destination); in addLocal() [all …]
|
H A D | DoPrinterMod.java | 411 cmd = cmd.concat(" -s localhost"); in modifyLocal() 416 cmd = cmd.concat(" -v " + device); in modifyLocal() 421 cmd = cmd.concat(" -m uri"); in modifyLocal() 426 cmd = cmd.concat(" -m netstandard_foomatic"); in modifyLocal() 428 cmd = cmd.concat(" -m netstandard"); in modifyLocal() 432 cmd = cmd.concat(" -T " + printertype); in modifyLocal() 440 cmd = cmd.concat(" -n " + ppdfile); in modifyLocal() 444 cmd = cmd.concat(" -A " + notify); in modifyLocal() 451 cmd = cmd.concat(" -o dest="); in modifyLocal() 452 cmd = cmd.concat(" -o protocol="); in modifyLocal() [all …]
|
H A D | DoPrinterNS.java | 150 cmd = cmd.concat(" -f /usr/lib/print/Makefile.yp "); in setNIS() 151 cmd = cmd.concat("printers.conf"); in setNIS() 194 cmd = cmd.concat(nshost); in setNIS() 195 cmd = cmd.concat(" echo"); in setNIS() 244 bsdaddr = bsdaddr.concat("," + extensions); in setNIS() 248 cmd = cmd.concat(" -a " + "description=" + in setNIS() 251 cmd = cmd.concat(" " + printername); in setNIS() 335 cmd = cmd.concat(" -f /usr/lib/print/Makefile.yp printers.conf"); in setNIS() 441 bsdaddr = bsdaddr.concat("," + extensions); in setNS() 449 cmd_log = cmd_log.concat(" -a " + in setNS() [all …]
|
H A D | Printer.java | 224 newcmds = newcmds.concat("\n"); in setCmdLog() 230 cmdlog = cmdlog.concat(newcmds); in setCmdLog() 242 errs = errs.concat("\n"); in setErrorLog() 248 errlog = errlog.concat(errs); in setErrorLog() 261 warning = warning.concat("\n"); in setWarnLog() 267 warnlog = warnlog.concat(warning); in setWarnLog()
|
H A D | SysCommand.java | 171 result = result.concat("\n" + line); in readOut() 188 errstr = errstr.concat("\n" + line); in readErr() 229 clean = clean.concat("**** "); in debug_log() 238 clean = clean.concat(cmd.substring(i, cmd.length())); in debug_log()
|
H A D | DoPrinterUtil.java | 92 o = o.concat("\n"); in getDevices() 97 devices = devices.concat(" " + dev + " "); in getDevices() 104 devices = devices.concat(" " + dev + " "); in getDevices() 111 devices = devices.concat(" " + dev + " "); in getDevices() 118 devices = devices.concat(" " + dev + " "); in getDevices() 126 devices = devices.concat(" " + dev + " "); in getDevices() 133 devices = devices.concat(" " + dev + " "); in getDevices()
|
H A D | DoPrinterView.java | 124 o = o.concat("\n"); in viewRemote() 222 o = o.concat("\n"); in viewLocal() 293 str = str.concat(","); in viewLocal() 408 o = o.concat("\n"); in viewLocal()
|
H A D | PrinterDebug.java | 122 str = str.concat(arr[i] + " "); in arr_to_str()
|
H A D | Test.java | 95 o = o.concat("\n"); in main()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnmount.c | 150 concat(const char *s1, char sep, const char *s2); 241 root = concat("", '/', key); in getmapent_fn() 419 strdup(""), concat(map, '/', key))); in process_ref() 552 ? concat(opts, ',', "direct") in frontier_aux() 667 concat(const char *s1, char sep, const char *s2) in concat() function 716 return (concat(opts, ',', MNTOPT_NOSUID)); in safe_opts()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 125 concat(char *s1, char *s2, int s2strip) in concat() function 285 fstr = concat(fstr, str, offset); in stabs_read() 288 fstr = concat(fstr, str, 0); in stabs_read()
|
/titanic_50/usr/src/cmd/awk/ |
H A D | b.c | 562 static Node *regexp(void), *primary(void), *concat(Node *); 591 return (alt(concat(primary()))); in regexp() 651 concat(Node *np) in concat() function 655 return (concat(op2(CAT, np, primary()))); in concat() 666 return (alt(op2(OR, np, concat(primary())))); in alt()
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 1428 movdqa %xmm3,%xmm2 # save for use next concat 1483 movdqa %xmm3,%xmm2 # save for use next concat 1538 movdqa %xmm3,%xmm2 # save for use next concat 1593 movdqa %xmm3,%xmm2 # save for use next concat 1648 movdqa %xmm3,%xmm2 # save for use next concat 1703 movdqa %xmm3,%xmm2 # save for use next concat 1758 movdqa %xmm3,%xmm2 # save for use next concat 1813 movdqa %xmm3,%xmm2 # save for use next concat 1868 movdqa %xmm3,%xmm2 # save for use next concat 1923 movdqa %xmm3,%xmm2 # save for use next concat [all …]
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 162 concat $rc $msg
|
H A D | rowid.test | 257 concat [execsql { 264 concat [execsql {
|
H A D | intpkey.test | 250 return [concat [execsql $sql] $::sqlite_search_count]
|
H A D | index.test | 340 concat [execsql {SELECT c FROM t3 WHERE b==10}] $sqlite_search_count
|
H A D | format3.test | 257 return [concat [execsql $sql] $::sqlite_search_count]
|
H A D | where.test | 49 return [concat [execsql $sql] $::sqlite_search_count]
|
/titanic_50/usr/src/lib/libbc/libc/crt/sparc/ |
H A D | misalign.s | 71 sll %o0,16,%o0 ! shift, concat, done.
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallPrinter.java | 781 filecontents = filecontents.concat(","); in setType() 783 filecontents = filecontents.concat(filedata[i]); in setType()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | africa | 891 # (concat "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 3:00\t-1:00\t-\n"
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 1599 file path=opt/SUNWdtrt/tst/common/scripting/err.D_SYNTAX.concat.d mode=0444
|