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

  /src/usr.bin/cksum/
cksum.c 289 char *s, *p_filename, *p_cksum; local in function:main
312 p_cksum = p_filename = NULL;
314 p_filename = strchr(buf, '(');
315 if (p_filename) {
319 p_filename += 1;
322 p_cksum = strrchr(p_filename, ')');
334 l_filename = p_cksum - p_filename - 4;
378 p_filename = strchr(buf, ' ');
379 if (p_filename == NULL) {
386 while (isspace((unsigned char)*++p_filename))
    [all...]
cksum.c 289 char *s, *p_filename, *p_cksum; local in function:main
312 p_cksum = p_filename = NULL;
314 p_filename = strchr(buf, '(');
315 if (p_filename) {
319 p_filename += 1;
322 p_cksum = strrchr(p_filename, ')');
334 l_filename = p_cksum - p_filename - 4;
378 p_filename = strchr(buf, ' ');
379 if (p_filename == NULL) {
386 while (isspace((unsigned char)*++p_filename))
    [all...]

Completed in 22 milliseconds