HomeSort by: relevance | last modified time | path
    Searched defs:p_line (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_util.c 87 const char *p_line = strchr(++p_file, ':'); local
89 if ((*level = parse_level(buf)) < 0 && p_line != NULL) {
92 const long line_number = strtol(++p_line, &p_level_tmp, 10);
95 if (p_level > p_line && *(p_level++) == ':') {
98 *file = OPENSSL_strndup(p_file, p_line - 1 - p_file);
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_util.c 90 const char *p_line = strchr(++p_file, ':'); local
92 if ((*level = parse_level(buf)) < 0 && p_line != NULL) {
95 const long line_number = strtol(++p_line, &p_level_tmp, 10);
98 if (p_level > p_line && *(p_level++) == ':') {
101 *file = OPENSSL_strndup(p_file, p_line - 1 - p_file);
  /src/usr.bin/xlint/lint2/
lint2.h 55 int p_line; member in struct:lint2_type::__anon8399::__anon8400
97 unsigned short p_line; /* line number in p_src */ member in struct:__anon8401
  /src/usr.bin/patch/
pch.c 63 static char **p_line = NULL;/* the text of the hunk */ variable
135 if (p_line == NULL)
136 p_line = calloc((size_t) hunkmax, sizeof(char *));
156 if (p_line == NULL || p_len == NULL || p_char == NULL)
159 new_p_line = pch_realloc(p_line, new_hunkmax, sizeof(char *));
161 free(p_line);
173 p_line = new_p_line;
175 if (p_line != NULL && p_len != NULL && p_char != NULL) {
528 free(p_line[p_end]);
571 p_line[p_end] = NULL
    [all...]
  /src/usr.bin/xlint/lint1/
lint1.h 85 int p_line; member in struct:__anon44

Completed in 21 milliseconds