Searched refs:path (Results 26 - 39 of 39) sorted by relevance

12

/openwrt/package/utils/px5g-standalone/src/library/
H A Dx509write.c54 static int x509write_file(x509_node *node, char *path, int format, const char* pem_prolog, const char* pem_epilog);
463 int x509write_keyfile(rsa_context *rsa, char *path, int out_flag) argument
476 ret = x509write_file(&node,path,out_flag,key_beg,key_end);
531 int x509write_crtfile(x509_raw *chain, unsigned char *path, int out_flag) argument
536 return x509write_file(&chain->raw, (char*)path, out_flag, cer_beg, cer_end);
542 int x509write_csrfile(x509_raw *chain, unsigned char *path, int out_flag) argument
547 return x509write_file(&chain->raw, (char*)path, out_flag, cer_beg, cer_end);
553 static int x509write_file(x509_node *node, char *path, int format, argument
560 if (path) {
561 if ((ofstream = fopen(path, "w
[all...]
H A Dsha1.c342 int sha1_file( char *path, unsigned char output[20] ) argument
349 if( ( f = fopen( path, "rb" ) ) == NULL )
/openwrt/package/utils/nvram/src/
H A Dnvram.c433 char *path = NULL; local
447 if( (path = (char *) malloc(strlen(dev)+1)) != NULL )
449 strncpy(path, dev, strlen(dev)+1);
458 return path;
/openwrt/scripts/flashing/
H A Djungo-image.py163 print __doc__ % os.path.basename(sys.argv[0])
243 splitpath = os.path.split(imagefile)
/openwrt/scripts/config/
H A Dconfdata.c841 char path[PATH_MAX+1]; local
907 d = path;
914 /* Assume directory path already exists. */
915 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
925 d = path;
928 if (stat(path, &sb) && mkdir(path, 0755)) {
935 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/openwrt/
H A DMakefile17 $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
/openwrt/package/kernel/mac80211/files/lib/netifd/wireless/
H A Dmac80211.sh20 config_add_string path phy 'macaddr:macaddr'
396 [ -n "$path" ] && {
399 *$path) return 0;;
663 phy macaddr path \
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h81 extern int __nl_read_num_str_file(const char *path,
/openwrt/scripts/
H A Dmetadata.pm71 /^Target-Path:\s*(.+)\s*$/ and $target->{path} = $1;
H A Dcheckpatch.pl479 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
480 if (-e "$path/$conf") {
481 return "$path/$conf";
1296 # See if any suffix of this path is a path within the tree.
2166 my $path = $1;
2167 if ($path =~ m{//}) {
/openwrt/include/
H A Dpackage.mk131 $(if $(wildcard $(USE_SOURCE_DIR)/*),,@echo "Error: USE_SOURCE_DIR=$(USE_SOURCE_DIR) path not found"; false)
H A Dprereq-build.mk158 git --exec-path | xargs -I % -- grep -q -- --recursive %/git-submodule))
/openwrt/target/linux/orion/image/
H A Dgeneric.mk104 # parameters: 1 = file path, 2 = maximum size in bytes
/openwrt/package/libs/toolchain/
H A DMakefile291 TITLE:=Shared library path configuration

Completed in 82 milliseconds

12