Home
last modified time | relevance | path

Searched refs:noext (Results 1 – 12 of 12) sorted by relevance

/openbmc/openpower-sbe-interface/
H A Dconfigure.ac17 AX_CXX_COMPILE_STDCXX_14([noext])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dc++11.patch19 +AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
/openbmc/openpower-dbus-interfaces/
H A Dconfigure.ac34 AX_CXX_COMPILE_STDCXX_17([noext])
/openbmc/ibm-dbus-interfaces/
H A Dconfigure.ac34 AX_CXX_COMPILE_STDCXX_17([noext])
/openbmc/phosphor-event/
H A Dconfigure.ac23 AX_CXX_COMPILE_STDCXX([17], [noext])
/openbmc/openpower-host-ipmi-oem/
H A Dconfigure.ac29 AX_CXX_COMPILE_STDCXX([20],[noext])
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dbochs.c282 goto noext; in bochs_hw_init()
289 noext: in bochs_hw_init()
/openbmc/ibm-logging/
H A Dconfigure.ac24 AX_CXX_COMPILE_STDCXX([20],[noext])
/openbmc/hiomapd/
H A Dconfigure.ac24 AX_CXX_COMPILE_STDCXX(20, [noext], [mandatory])
/openbmc/phosphor-mboxd/
H A Dconfigure.ac24 AX_CXX_COMPILE_STDCXX_14([noext])
/openbmc/linux/fs/f2fs/
H A Dsuper.c556 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in f2fs_test_compress_extension() local
561 noext = F2FS_OPTION(sbi).noextensions; in f2fs_test_compress_extension()
568 if (!strcasecmp("*", noext[no_index])) { in f2fs_test_compress_extension()
573 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
664 unsigned char (*noext)[F2FS_EXTENSION_LEN]; in parse_options() local
1163 noext = F2FS_OPTION(sbi).noextensions; in parse_options()
1179 strcpy(noext[noext_cnt], name); in parse_options()
H A Dnamei.c143 unsigned char (*noext)[F2FS_EXTENSION_LEN] = in set_compress_new_inode() local
173 if (is_compress_extension(name, noext[i])) in set_compress_new_inode()