Home
last modified time | relevance | path

Searched refs:teststring (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/test/testcases/mem/mmap_madvise_1/
H A Dmmap_madvise_1.c31 char teststring[] = "hello, world!\0"; in main() local
44 write(fd, teststring, strlen(teststring)); in main()
52 rc = strcmp(mem, teststring); in main()
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dtrap2.06 teststring=$1
7 trap -- "$teststring" USR1
9 if [ "$teststring" != "-" ] && [ -z "$traps" ]; then
22 echo "Mismatch for '$teststring'"