Searched refs:NAME (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/testsuite/ |
D | testing.sh | 71 NAME="$1" 72 [ -n "$1" ] || NAME="$2" 76 echo "Test $NAME has wrong number of arguments: $# (must be 5)" >&2 84 echo "SKIPPED: $NAME" 98 echo "PASS: $NAME" 101 echo "FAIL: $NAME"
|
/busybox-1.35.0/include/ |
D | libbb.h | 2503 #define BBUNIT_DEFINE_TEST(NAME) \ argument 2504 static void bbunit_##NAME##_test(void); \ 2505 static struct bbunit_listelem bbunit_##NAME##_elem = { \ 2506 .name = #NAME, \ 2507 .testfunc = bbunit_##NAME##_test, \ 2509 static void INIT_FUNC bbunit_##NAME##_register(void) \ 2511 bbunit_registertest(&bbunit_##NAME##_elem); \ 2513 static void bbunit_##NAME##_test(void)
|
/busybox-1.35.0/docs/ |
D | busybox_header.pod | 3 =head1 NAME chapter
|
D | new-applet-HOWTO.txt | 36 * Copyright (C) [YEAR] by [YOUR NAME] <YOUR EMAIL>
|
D | posix_conformance.txt | 280 …NAME, -mtime DAYS, -print, -maxdepth N, -exec CMD ARG ;, -newer FILE, -context, -iname PATTERN, -f…
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 34 USER NAME SPACE" below. */ 241 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ 506 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state 675 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 777 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
/busybox-1.35.0/ |
D | Makefile | 5 NAME = Unnamed macro
|