/src/usr.bin/make/unit-tests/ |
dir.mk | 13 # XXX: The above dependency line is parsed as a single node named 77 all: {{{{{{{{{{single-word}}}}}}}}}} 79 single-word: 92 .PHONY: single-word 95 .PHONY: dup-1 single-word
|
dir.mk | 13 # XXX: The above dependency line is parsed as a single node named 77 all: {{{{{{{{{{single-word}}}}}}}}}} 79 single-word: 92 .PHONY: single-word 95 .PHONY: dup-1 single-word
|
dir.mk | 13 # XXX: The above dependency line is parsed as a single node named 77 all: {{{{{{{{{{single-word}}}}}}}}}} 79 single-word: 92 .PHONY: single-word 95 .PHONY: dup-1 single-word
|
/src/sbin/restore/ |
interactive.c | 440 * Handle single and double quotes. 518 struct afile single; local in function:printlist 530 list = &single; 533 if (strlen(name) - len > single.len) { 534 freename(single.fname); 535 single.fname = savename(&name[len]); 536 single.len = strlen(single.fname);
|
interactive.c | 440 * Handle single and double quotes. 518 struct afile single; local in function:printlist 530 list = &single; 533 if (strlen(name) - len > single.len) { 534 freename(single.fname); 535 single.fname = savename(&name[len]); 536 single.len = strlen(single.fname);
|
interactive.c | 440 * Handle single and double quotes. 518 struct afile single; local in function:printlist 530 list = &single; 533 if (strlen(name) - len > single.len) { 534 freename(single.fname); 535 single.fname = savename(&name[len]); 536 single.len = strlen(single.fname);
|
/src/sys/kern/ |
bufq_priocscan.c | 281 bool single; /* true if there's only one non-empty queue */ local in function:bufq_priocscan_get 307 single = true; 315 single = false; 327 if (single) {
|
bufq_priocscan.c | 281 bool single; /* true if there's only one non-empty queue */ local in function:bufq_priocscan_get 307 single = true; 315 single = false; 327 if (single) {
|
bufq_priocscan.c | 281 bool single; /* true if there's only one non-empty queue */ local in function:bufq_priocscan_get 307 single = true; 315 single = false; 327 if (single) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
huge_pages.c | 303 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) 323 if (single) 389 int i, j, single; local in function:igt_mock_exhaust_device_supported_pages 407 for (single = 0; single <= 1; ++single) { 408 obj = fake_huge_pages_object(i915, combination, !!single); 697 bool single = false; local in function:igt_mock_ppgtt_huge_fill 709 obj = fake_huge_pages_object(i915, size, single); 789 pr_err("gtt=%u, expected=%u, size=%zd, single=%s\n" 876 int i, single; local in function:igt_mock_ppgtt_64K [all...] |
huge_pages.c | 303 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) 323 if (single) 389 int i, j, single; local in function:igt_mock_exhaust_device_supported_pages 407 for (single = 0; single <= 1; ++single) { 408 obj = fake_huge_pages_object(i915, combination, !!single); 697 bool single = false; local in function:igt_mock_ppgtt_huge_fill 709 obj = fake_huge_pages_object(i915, size, single); 789 pr_err("gtt=%u, expected=%u, size=%zd, single=%s\n" 876 int i, single; local in function:igt_mock_ppgtt_64K [all...] |
huge_pages.c | 303 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) 323 if (single) 389 int i, j, single; local in function:igt_mock_exhaust_device_supported_pages 407 for (single = 0; single <= 1; ++single) { 408 obj = fake_huge_pages_object(i915, combination, !!single); 697 bool single = false; local in function:igt_mock_ppgtt_huge_fill 709 obj = fake_huge_pages_object(i915, size, single); 789 pr_err("gtt=%u, expected=%u, size=%zd, single=%s\n" 876 int i, single; local in function:igt_mock_ppgtt_64K [all...] |
/src/usr.bin/make/ |
suff.c | 241 /* The empty suffix required for POSIX single-suffix transformation rules */ 490 * suffixes, try a single-suffix transformation as well. 498 Suffix *single = NULL; local in function:ParseTransform 513 single = src; 524 if (single != NULL) { 528 * POSIX; search for "single suffix" or "single-suffix"). 535 *out_src = single; 544 * concatenation of two known suffixes such as ".c.o" or a single suffix 2037 * Create null suffix for single-suffix rules (POSIX). The thin [all...] |
suff.c | 241 /* The empty suffix required for POSIX single-suffix transformation rules */ 490 * suffixes, try a single-suffix transformation as well. 498 Suffix *single = NULL; local in function:ParseTransform 513 single = src; 524 if (single != NULL) { 528 * POSIX; search for "single suffix" or "single-suffix"). 535 *out_src = single; 544 * concatenation of two known suffixes such as ".c.o" or a single suffix 2037 * Create null suffix for single-suffix rules (POSIX). The thin [all...] |
suff.c | 241 /* The empty suffix required for POSIX single-suffix transformation rules */ 490 * suffixes, try a single-suffix transformation as well. 498 Suffix *single = NULL; local in function:ParseTransform 513 single = src; 524 if (single != NULL) { 528 * POSIX; search for "single suffix" or "single-suffix"). 535 *out_src = single; 544 * concatenation of two known suffixes such as ".c.o" or a single suffix 2037 * Create null suffix for single-suffix rules (POSIX). The thin [all...] |