/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.set_props.zcp | 28 -- build the value in a table and use concat (which appears to be the 38 largepropv = table.concat(largeprop) 45 largepropnamev = table.concat(largepropname)
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 694 static Node *regexp(void), *primary(void), *concat(Node *); 723 return (alt(concat(primary()))); in regexp() 787 concat(Node *np) in concat() function 798 return (concat(op2(CAT, np, primary()))); in concat() 809 return (alt(op2(OR, np, concat(primary())))); in alt()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | pre-process.c | 1384 struct token *concat; in handle_hashhash() local 1394 concat = token->next; in handle_hashhash() 1395 while (match_op(t = concat->next, SPECIAL_HASHHASH)) { in handle_hashhash() 1397 __free_token(concat); in handle_hashhash() 1398 concat = t; in handle_hashhash() 1400 token_type(concat) = TOKEN_CONCAT; in handle_hashhash() 1406 t = handle_hash(&concat->next, arglist); in handle_hashhash() 1430 sparse_error(concat->pos, "'##' cannot appear at the ends of macro expansion"); in handle_hashhash()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 1455 \ concat two strings by allocating space 1456 : concat { a1 l1 a2 l2 -- a' l' } 1470 s" hash=" addr module.hash strget concat 1476 addr module.largs strget s" name=" concat 1480 addr module.loadname strget concat 1482 addr module.name strget concat 1501 addr module.largs strget s" " concat 1502 addr module.args strget concat
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 160 concat $rc $msg
|
H A D | rowid.test | 255 concat [execsql { 262 concat [execsql {
|
H A D | intpkey.test | 248 return [concat [execsql $sql] $::sqlite_search_count]
|
H A D | index.test | 338 concat [execsql {SELECT c FROM t3 WHERE b==10}] $sqlite_search_count
|
H A D | format3.test | 255 return [concat [execsql $sql] $::sqlite_search_count]
|
H A D | where.test | 47 return [concat [execsql $sql] $::sqlite_search_count]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 45 file path=opt/util-tests/tests/awk/bugs-fixed/concat-assign-same.awk mode=0444 46 file path=opt/util-tests/tests/awk/bugs-fixed/concat-assign-same.ok mode=0444 185 file path=opt/util-tests/tests/awk/examples/awk/t.concat mode=0444 410 file path=opt/util-tests/tests/awk/examples/out/t.concat mode=0444
|
H A D | system-dtrace-tests.p5m | 1514 file path=opt/SUNWdtrt/tst/common/scripting/err.D_SYNTAX.concat.d mode=0444
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | africa | 877 # (concat "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 3:00\t-1:00\t-\n"
|
H A D | asia | 3480 # (concat "Rule Palestine\t%d\tonly\t-\t%s\t%2d\t2:00\t0\t-\n"
|