Searched refs:is_octal (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_option_c.c29 is_octal(const char *p, size_t l) function
114 assert(is_octal(e, 76)); /* Entire header is octal digits. */
116 assert(is_octal(e + 6, 6)); /* dev */
118 assert(is_octal(e + 12, 6)); /* ino */
129 assert(is_octal(e + 30, 6)); /* gid */
146 assert(is_octal(e, 76)); /* Entire header is octal digits. */
172 assert(is_octal(e, 76));
175 assert(is_octal(e + 6, 6)); /* dev */
178 assert(is_octal(e + 12, 6)); /* ino */
190 assert(is_octal(
[all...]
/freebsd-9.3-release/usr.bin/tr/
H A Dstr.c63 int is_octal; local
79 s->lastch = backslash(s, &is_octal);
90 is_octal = 0;
97 if (s->str[0] == '-' && genrange(s, is_octal))
348 backslash(STR *s, int *is_octal) argument
352 if (is_octal != NULL)
353 *is_octal = 0;
365 if (is_octal != NULL)
366 *is_octal = 1;
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_odc.c30 is_octal(const char *p, size_t l) function
153 assert(is_octal(e, 76)); /* Entire header is octal digits. */
170 assert(is_octal(e, 76)); /* Entire header is octal digits. */
187 assert(is_octal(e, 76));
203 assert(is_octal(e, 76)); /* Entire header is octal digits. */
223 assert(is_octal(e, 76));
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c140 static int is_octal(const char *, size_t);
468 is_octal(const char *p, size_t len) function
495 && is_octal(p, sizeof(struct cpio_odc_header)))
506 && is_octal(p, sizeof(struct cpio_odc_header))) {

Completed in 55 milliseconds