Searched defs:file (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/ocaml/files/ |
H A D | ocamlplugininfo.ml | 8 (* en Automatique. All rights reserved. This file is distributed *) 10 (* the special exception on linking described in file ../../LICENSE. *) 16 (* Dumps a .cmxs file *) 21 let file = var 25 Printf.eprintf "Usage: %s file.cmxs\n" Sys.argv.(0); 35 eprint "%s: %s\n" s file 44 let cmd = Printf.sprintf command file in 94 let ic = open_in file in 98 raise(Error(Natdynlink.Not_a_bytecode_file file))
|
/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/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 2 * contributor license agreements. See the NOTICE file distributed with 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 79 const char *file) 81 ((gss_auth_config *) config)->keytab_file = (char *)file; 98 "Location of Kerberos V5 keytab file."), 78 set_keytab_file(cmd_parms *cmd, void *config, const char *file) argument
|
/solaris-userland/make-rules/ |
H A D | shared-macros.mk | 4 # The contents of this file are subject to the terms of the 6 # You may not use this file except in compliance with the License. 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 165 # corresponding file in make-rules for details. 180 PKG_REPO = file:$(WS_REPO) 310 # set the default master test results file 313 # set the default test results output file 316 # set the default test results comparison diffs file 319 # set the default test snapshot file [all...] |
Completed in 34 milliseconds