Searched refs:printname (Results 1 – 3 of 3) sorted by relevance
/external/openssh/regress/ |
D | scp-ssh-wrapper.sh | 5 printname () { function 44 printname $BAD 49 printname $BAD
|
/external/one-true-awk/ |
D | proctab.c | 5 static char *printname[94] = { variable 208 return printname[n-FIRSTTOKEN]; in tokname()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 1661 char *endptr, const char *printname) in do_after_lines() argument 1671 if (printname != NULL) fprintf(stdout, "%s-", printname); in do_after_lines() 2360 pcre2grep(void *handle, int frtype, const char *filename, const char *printname) in pcre2grep() argument 2596 fprintf(stdout, "%s" STDOUT_NL, printname); in pcre2grep() 2615 if (printname != NULL) fprintf(stdout, "%s:", printname); in pcre2grep() 2636 (PCRE2_SPTR)ptr, offsets, mrc) || printname != NULL || in pcre2grep() 2664 if (printed || printname != NULL || number) in pcre2grep() 2735 if (printname != NULL) fprintf(stdout, "%s-", printname); in pcre2grep() 2775 if (printname != NULL) fprintf(stdout, "%s-", printname); in pcre2grep() 2789 if (printname != NULL) fprintf(stdout, "%s:", printname); in pcre2grep() [all …]
|