Searched defs:line (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/make-rules/ |
H A D | environment.mk | 27 define separator-line 32 $(call separator-line,Workspace) 36 $(call separator-line,System) 41 $(call separator-line,Required Packages) 43 $(call separator-line) 70 $(call separator-line) 71 $(call separator-line,Create $(ZONENAME)) 77 $(call separator-line,Boot $(ZONENAME)) 85 #$(call separator-line,Prep $(ZONENAME)) 88 $(call separator-line,Buil [all...] |
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_err.c | 290 ERR_pk11_error(int function, int reason, char *file, int line) argument 295 ERR_PUT_error(pk11_lib_error_code, function, reason, file, line);
|
/solaris-userland/components/krb5/Solaris/ |
H A D | g_utils.c | 42 char buf[BUFLEN]; /* one line from the file */ 45 char *line; local 67 * For each line in the file parse it appropriately. 73 line = fgets(buf, BUFLEN, fp); 74 if (line == NULL) 78 if ((*line == '#') || (*line == '\n')) 82 next = strchr(line, '#'); 89 if (*name == '\0') /* blank line */ 107 if (*name == '\0') { /* end of line, n [all...] |
Completed in 21 milliseconds