Searched refs:PREFIX_LEN (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c389 static const int PREFIX_LEN = 10;
398 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0)
400 const char *shelf_name = cl + PREFIX_LEN;
387 static const int PREFIX_LEN = 10; local
H A Ddiff.c2402 static const int PREFIX_LEN = 10;
2411 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0)
2413 const char *shelf_name = cl + PREFIX_LEN;
2398 static const int PREFIX_LEN = 10; local
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c100 #define PREFIX_LEN (sizeof(prefix) / sizeof(prefix[0])) macro
1082 oid.len = PREFIX_LEN;
1239 oid.len = PREFIX_LEN;
1536 gen_header(fp, root, PREFIX_LEN, NULL);
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dauditd_lib.h38 #define PREFIX_LEN (sizeof("YYYYMMDDhhmmss") - 1) macro
39 #define POSTFIX_LEN PREFIX_LEN
40 #define FILENAME_LEN (PREFIX_LEN + 1 + POSTFIX_LEN)

Completed in 113 milliseconds