HomeSort by: relevance | last modified time | path
    Searched refs:bsl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/stand/ahdilabel/
write.c 290 u_int8_t *bsl; local in function:write_bsl
292 if ((bsl = malloc (sizeof (u_int8_t) * BSL_SIZE * DEV_BSIZE)) == NULL)
294 bzero ((void *) bsl, sizeof (u_int8_t) * DEV_BSIZE);
299 bsl[3] = BSL_MAGIC;
300 if (!disk_write (fd, (u_int) BSL_OFFSET, (u_int) BSL_SIZE, bsl)) {
301 free (bsl);
304 free (bsl);
  /src/tests/usr.bin/printf/
printf.sh 249 expect "${BSL}" '\\'
1279 expect "${BSL} ${NL}" %b '\\\t\n'
1318 bsl=$( printf %s "${xt}" | sed -e 's/\\00*/X/g' )
1319 xl=${#bsl}
1589 expect_fail "${BSL}" '\'
1592 expect_fail "${BSL}" %b '\'
1696 expect "abcd${BSL}n" %B "abcd${NL}"
1697 expect "ab${BSL}tcd" %B "ab cd"
1698 expect "${BSL}\"${BSL}e${BSL}a${BSL}b${BSL}f${BSL}r${BSL}v"
    [all...]

Completed in 13 milliseconds