Home
last modified time | relevance | path

Searched refs:xstrdup (Results 1 – 25 of 3147) sorted by relevance

12345678910>>...126

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dconfig_info.c516 key_pair->value = xstrdup(tmp_str); in slurm_ctl_conf_2_key_pairs()
533 key_pair->value = xstrdup(tmp_str); in slurm_ctl_conf_2_key_pairs()
553 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
588 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
707 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
720 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
900 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
1222 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
1466 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
1770 key_pair->value = xstrdup( in slurm_ctl_conf_2_key_pairs()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmdbd/
H A Dread_config.c580 xstrdup(DEFAULT_ACCOUNTING_DB); in read_slurmdbd_conf()
586 xstrdup(DEFAULT_STORAGE_LOC); in read_slurmdbd_conf()
750 key_pair->value = xstrdup( in dump_config()
757 key_pair->value = xstrdup( in dump_config()
764 key_pair->value = xstrdup( in dump_config()
776 key_pair->value = xstrdup( in dump_config()
783 key_pair->value = xstrdup( in dump_config()
790 key_pair->value = xstrdup( in dump_config()
797 key_pair->value = xstrdup( in dump_config()
914 key_pair->value = xstrdup("NONE"); in dump_config()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
H A Dthreaded_queue_test.c21 ThreadedQueuePush(queue, xstrdup("1")); in test_push_pop()
23 ThreadedQueuePush(queue, xstrdup("2")); in test_push_pop()
25 ThreadedQueuePush(queue, xstrdup("3")); in test_push_pop()
72 ThreadedQueuePush(queue, xstrdup("1")); in test_copy()
74 ThreadedQueuePush(queue, xstrdup("2")); in test_copy()
76 ThreadedQueuePush(queue, xstrdup("3")); in test_copy()
114 ThreadedQueuePush(new_queue, xstrdup("1")); in test_copy()
117 ThreadedQueuePush(new_queue, xstrdup("2")); in test_copy()
178 ThreadedQueuePush(queue, xstrdup("spam")); in test_expand()
180 ThreadedQueuePush(queue, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Dthreaded_stack_test.c10 ThreadedStackPush(stack, xstrdup("1")); in test_push_pop()
11 ThreadedStackPush(stack, xstrdup("2")); in test_push_pop()
12 ThreadedStackPush(stack, xstrdup("3")); in test_push_pop()
46 ThreadedStackPush(stack, xstrdup("1")); in test_copy()
47 ThreadedStackPush(stack, xstrdup("2")); in test_copy()
48 ThreadedStackPush(stack, xstrdup("3")); in test_copy()
71 ThreadedStackPush(new_stack, xstrdup("1")); in test_copy()
72 ThreadedStackPush(new_stack, xstrdup("2")); in test_copy()
73 ThreadedStackPush(new_stack, xstrdup("3")); in test_copy()
74 ThreadedStackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dstack_test.c10 StackPush(stack, xstrdup("1")); in test_push_pop_top()
13 StackPush(stack, xstrdup("2")); in test_push_pop_top()
16 StackPush(stack, xstrdup("3")); in test_push_pop_top()
57 StackPush(stack, xstrdup("1")); in test_copy()
58 StackPush(stack, xstrdup("2")); in test_copy()
59 StackPush(stack, xstrdup("3")); in test_copy()
82 StackPush(new_stack, xstrdup("1")); in test_copy()
83 StackPush(new_stack, xstrdup("2")); in test_copy()
84 StackPush(new_stack, xstrdup("3")); in test_copy()
85 StackPush(new_stack, xstrdup("4")); in test_copy()
[all …]
H A Dthreaded_deque_test.c21 ThreadedDequePushLeft(deque, xstrdup("1")); in test_push_pop()
23 ThreadedDequePushRight(deque, xstrdup("2")); in test_push_pop()
25 ThreadedDequePushLeft(deque, xstrdup("3")); in test_push_pop()
86 ThreadedDequePushRight(deque, xstrdup("1")); in test_copy()
88 ThreadedDequePushRight(deque, xstrdup("2")); in test_copy()
90 ThreadedDequePushRight(deque, xstrdup("3")); in test_copy()
128 ThreadedDequePushLeft(new_deque, xstrdup("1")); in test_copy()
200 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
202 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
205 ThreadedDequePushLeft(deque, xstrdup("spam")); in test_expand()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest24.4.prog.c98 tres->type = xstrdup("cpu"); in _setup_assoc_list()
123 assoc->acct = xstrdup("aA"); in _setup_assoc_list()
131 assoc->acct = xstrdup("aAA"); in _setup_assoc_list()
140 assoc->acct = xstrdup("aAA"); in _setup_assoc_list()
149 assoc->acct = xstrdup("aAB"); in _setup_assoc_list()
158 assoc->acct = xstrdup("aAB"); in _setup_assoc_list()
177 assoc->acct = xstrdup("aB"); in _setup_assoc_list()
222 assoc->acct = xstrdup("aC"); in _setup_assoc_list()
231 assoc->acct = xstrdup("aC"); in _setup_assoc_list()
242 assoc->acct = xstrdup("aD"); in _setup_assoc_list()
[all …]
H A Dtest24.3.prog.c104 tres->type = xstrdup("cpu"); in _setup_assoc_list()
133 assoc->acct = xstrdup("root"); in _setup_assoc_list()
168 assoc->user = xstrdup("User1"); in _setup_assoc_list()
192 assoc->user = xstrdup("User2"); in _setup_assoc_list()
204 assoc->user = xstrdup("User3"); in _setup_assoc_list()
239 assoc->user = xstrdup("User4"); in _setup_assoc_list()
263 assoc->user = xstrdup("User5"); in _setup_assoc_list()
287 assoc->user = xstrdup("User6"); in _setup_assoc_list()
364 assoc->user = xstrdup("UHRA1"); in _setup_assoc_list()
377 assoc->user = xstrdup("UHRA2"); in _setup_assoc_list()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-execd/
H A Dexecd-config.c45 StringSetAdd(execd_config->schedule, xstrdup("Min00")); in ExecdConfigNew()
46 StringSetAdd(execd_config->schedule, xstrdup("Min05")); in ExecdConfigNew()
47 StringSetAdd(execd_config->schedule, xstrdup("Min10")); in ExecdConfigNew()
48 StringSetAdd(execd_config->schedule, xstrdup("Min15")); in ExecdConfigNew()
49 StringSetAdd(execd_config->schedule, xstrdup("Min20")); in ExecdConfigNew()
50 StringSetAdd(execd_config->schedule, xstrdup("Min25")); in ExecdConfigNew()
51 StringSetAdd(execd_config->schedule, xstrdup("Min30")); in ExecdConfigNew()
52 StringSetAdd(execd_config->schedule, xstrdup("Min35")); in ExecdConfigNew()
53 StringSetAdd(execd_config->schedule, xstrdup("Min40")); in ExecdConfigNew()
54 StringSetAdd(execd_config->schedule, xstrdup("Min45")); in ExecdConfigNew()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-execd/
H A Dexecd-config.c45 StringSetAdd(execd_config->schedule, xstrdup("Min00")); in ExecdConfigNew()
46 StringSetAdd(execd_config->schedule, xstrdup("Min05")); in ExecdConfigNew()
47 StringSetAdd(execd_config->schedule, xstrdup("Min10")); in ExecdConfigNew()
48 StringSetAdd(execd_config->schedule, xstrdup("Min15")); in ExecdConfigNew()
49 StringSetAdd(execd_config->schedule, xstrdup("Min20")); in ExecdConfigNew()
50 StringSetAdd(execd_config->schedule, xstrdup("Min25")); in ExecdConfigNew()
51 StringSetAdd(execd_config->schedule, xstrdup("Min30")); in ExecdConfigNew()
52 StringSetAdd(execd_config->schedule, xstrdup("Min35")); in ExecdConfigNew()
53 StringSetAdd(execd_config->schedule, xstrdup("Min40")); in ExecdConfigNew()
54 StringSetAdd(execd_config->schedule, xstrdup("Min45")); in ExecdConfigNew()
[all …]

12345678910>>...126