Home
last modified time | relevance | path

Searched refs:FILENAME (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Drecursion-depth.c47 #define FILENAME "/tmp/1" in main() macro
49 int fd = creat(FILENAME, 0700); in main()
54 #define S "#!" FILENAME "\n" in main()
61 int rv = execve(FILENAME, NULL, NULL); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo-dummy-native/
H A Dtexinfo-dummy-native.bb20 FILENAME="${D}${base_bindir}/$1"
22 cp -T "${S}/template.py" "$FILENAME"
23 chmod +x $FILENAME
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk47 if (FILENAME ~ /\.h$/) {
77 print "Error reading next line of file" FILENAME > "/dev/stderr";
188 if (FILENAME ~ /\.h$/ && !inside_srcu_struct &&
212 if (FILENAME ~ /\.h$/ && !inside_srcu_init_def &&
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dxcoffout.h147 #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME) \ argument
148 xcoff_lastfile = (FILENAME)
151 #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dxcoffout.h147 #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME) \ argument
148 xcoff_lastfile = (FILENAME)
151 #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \ argument
/OK3568_Linux_fs/external/xserver/dix/
H A Dregistry.c35 #define FILENAME SERVER_MISC_CONFIG_PATH "/protocol.txt" macro
205 LogMessage(X_WARNING, "Invalid line in " FILENAME ", skipping\n"); in RegisterExtensionNames()
353 fh = fopen(FILENAME, "r"); in dixResetRegistry()
356 "Failed to open protocol names file " FILENAME "\n"); in dixResetRegistry()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0001-make_exports.awk-not-expose-the-path.patch23 - printf(" * %s\n", FILENAME)
24 + file = FILENAME
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lsb/lsb-release/
H A D0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch17 - TMP_DISTRIB_DESC=$(head -1 $FILENAME 2>/dev/null)
18 + TMP_DISTRIB_DESC=$(head -n 1 $FILENAME 2>/dev/null)
/OK3568_Linux_fs/kernel/scripts/
H A Dcheck-sysctl-docs103 if (debug) print "Processing file " FILENAME
140 file[curentry] = FILENAME
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l55 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME;
144 else if (token == FILENAME)
H A Dparse.y109 %token FILENAME
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dgen-mach-types27 printf(" * This was automagically generated from %s!\n", FILENAME);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-usage2c.awk-fix-wrong-basename-regexp.patch28 command_name = FILENAME;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch21 - ocv_download(FILENAME ${OPENCV_ICV_NAME}
H A Ddownload.patch23 # RELATIVE_URL - if set, then URL is treated as a base, and FILENAME will be appended to it
/OK3568_Linux_fs/buildroot/package/pdbg/
H A D0001-template-Fix-alignment.patch31 .incbin FILENAME
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbinutils.info982 [--globalize-symbols=FILENAME]
1009 [--add-section SECTIONNAME=FILENAME]
1010 [--dump-section SECTIONNAME=FILENAME]
1011 [--update-section SECTIONNAME=FILENAME]
1018 [--redefine-syms=FILENAME]
1020 [--keep-symbols=FILENAME]
1021 [--strip-symbols=FILENAME]
1022 [--strip-unneeded-symbols=FILENAME]
1023 [--keep-global-symbols=FILENAME]
1024 [--localize-symbols=FILENAME]
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbinutils.info982 [--globalize-symbols=FILENAME]
1009 [--add-section SECTIONNAME=FILENAME]
1010 [--dump-section SECTIONNAME=FILENAME]
1011 [--update-section SECTIONNAME=FILENAME]
1018 [--redefine-syms=FILENAME]
1020 [--keep-symbols=FILENAME]
1021 [--strip-symbols=FILENAME]
1022 [--strip-unneeded-symbols=FILENAME]
1023 [--keep-global-symbols=FILENAME]
1024 [--localize-symbols=FILENAME]
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dutils.bbclass163 # Usage: create_cmdline_wrapper FILENAME <extra-options>
193 # Usage: create_wrapper FILENAME [[VAR=VALUE]..]
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg200 ;FILENAME=u-boot.bin
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in64 # parser.add_option("--annotate-file", dest="annotate_file", metavar="FILENAME", default=None,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass152 …ndees is a dict of tasks which depend on task, each being a 3 item list of [PN, TASKNAME, FILENAME]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-72389 -- Function: int stat (const char *FILENAME, struct stat *BUF)
2395 file named by FILENAME in the structure pointed to by BUF.
2397 If FILENAME is the name of a symbolic link, the attributes you get
2408 The file named by FILENAME doesn’t exist.
2414 -- Function: int stat64 (const char *FILENAME, struct stat64 *BUF)
2462 -- Function: int lstat (const char *FILENAME, struct stat *BUF)
2468 symbolic links. If FILENAME is the name of a symbolic link,
2476 -- Function: int lstat64 (const char *FILENAME, struct stat64 *BUF)
2684 -- Function: int chown (const char *FILENAME, uid_t OWNER, gid_t GROUP)
2689 The ‘chown’ function changes the owner of the file FILENAME to
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-72389 -- Function: int stat (const char *FILENAME, struct stat *BUF)
2395 file named by FILENAME in the structure pointed to by BUF.
2397 If FILENAME is the name of a symbolic link, the attributes you get
2408 The file named by FILENAME doesn’t exist.
2414 -- Function: int stat64 (const char *FILENAME, struct stat64 *BUF)
2462 -- Function: int lstat (const char *FILENAME, struct stat *BUF)
2468 symbolic links. If FILENAME is the name of a symbolic link,
2476 -- Function: int lstat64 (const char *FILENAME, struct stat64 *BUF)
2684 -- Function: int chown (const char *FILENAME, uid_t OWNER, gid_t GROUP)
2689 The ‘chown’ function changes the owner of the file FILENAME to
[all …]
H A Dlibc.info-133332 -- Function: long int pathconf (const char *FILENAME, int PARAMETER)
3338 file named FILENAME.
11267 ‘int access (const char *FILENAME, int HOW)’
11679 ‘char * basename (const char *FILENAME)’
12053 ‘int chdir (const char *FILENAME)’
12057 ‘int chmod (const char *FILENAME, mode_t MODE)’
12061 ‘int chown (const char *FILENAME, uid_t OWNER, gid_t GROUP)’
12377 ‘int creat (const char *FILENAME, mode_t MODE)’
12381 ‘int creat64 (const char *FILENAME, mode_t MODE)’
12769 ‘int execl (const char *FILENAME, const char *ARG0, …)’
[all …]

123