Searched defs:line (Results 1 - 6 of 6) sorted by relevance
/solaris-userland-s11u3/make-rules/ |
H A D | environment.mk | 25 define separator-line 30 $(call separator-line,Workspace) 34 $(call separator-line,System) 39 $(call separator-line,Required Packages) 41 $(call separator-line) 68 $(call separator-line) 69 $(call separator-line,Create $(ZONENAME)) 75 $(call separator-line,Boot $(ZONENAME)) 83 #$(call separator-line,Prep $(ZONENAME)) 86 $(call separator-line,Buil [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | ConfigWriter.java | 32 * updating lines in a #-commented line-based configuration file while 38 * Called for each existing non-comment line if the default 43 * @param line the input line being processed 44 * @return {@code true} if the line was processed, {@code false} if the 45 * caller should emit the line 48 protected boolean processLine(BufferedWriter writer, String line) argument 70 * implementation copies each comment line and line for which 81 String line; [all...] |
H A D | KeyValueWriter.java | 57 protected boolean processLine(BufferedWriter writer, String line) argument 60 String pieces[] = line.split(regex_, 2); 63 * If there is a matching line, replace the first occurance.
|
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_err.c | 291 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-s11u3/components/apache2/mod_auth_gss/ |
H A D | mod_auth_gss.c | 178 void log_rerror(const char *file, int line, int level, int status, argument 188 ap_log_rerror(file, line, level | APLOG_NOERRNO, NULL, r, "%s", errstr);
|
/solaris-userland-s11u3/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 138 void log_rerror(const char *file, int line, int level, int status, argument 148 ap_log_rerror(file, line, level | APLOG_NOERRNO, NULL, r, "%s", errstr);
|
Completed in 38 milliseconds