Home
last modified time | relevance | path

Searched refs:SP_DEFAULT (Results 1 – 21 of 21) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/
H A Dsched_policy.cpp36 return p == SP_DEFAULT ? SP_SYSTEM_DEFAULT : p; in _policy()
233 if (policy < SP_DEFAULT || policy >= SP_CNT) { in get_cpuset_policy_profile_name()
252 if (policy < SP_DEFAULT || policy >= SP_CNT) { in get_sched_policy_profile_name()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/cutils/
H A Dsched_policy.h26 SP_DEFAULT = -1, enumerator
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include/cutils/
H A Dsched_policy.h43 SP_DEFAULT = -1, enumerator
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include_vndk/cutils/
H A Dsched_policy.h43 SP_DEFAULT = -1, enumerator
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/include/processgroup/
H A Dsched_policy.h42 SP_DEFAULT = -1, enumerator
/dports/net/rsync/rsync-3.2.3/patches/
H A Dbackup-dir-dels.diff243 tmpdir = sanitize_path(NULL, tmpdir, NULL, 0, SP_DEFAULT);
245 backup_dir = sanitize_path(NULL, backup_dir, NULL, 0, SP_DEFAULT);
247 + backup_dir_dels = sanitize_path(NULL, backup_dir_dels, NULL, 0, SP_DEFAULT);
H A Dlink-by-hash.diff268 + arg = sanitize_path(NULL, arg, NULL, 0, SP_DEFAULT);
282 tmpdir = sanitize_path(NULL, tmpdir, NULL, 0, SP_DEFAULT);
284 backup_dir = sanitize_path(NULL, backup_dir, NULL, 0, SP_DEFAULT);
286 + link_by_hash_dir = sanitize_path(NULL, link_by_hash_dir, NULL, 0, SP_DEFAULT);
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/
H A Dsched_policy.cpp36 return p == SP_DEFAULT ? SP_SYSTEM_DEFAULT : p; in _policy()
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Ddtd.h173 SP_DEFAULT, /* Default space handling */ enumerator
H A Dparser.c4088 return SP_DEFAULT; in istr_to_space_mode()
4160 case SP_DEFAULT: in emit_cdata()
4195 if ( p->environments->space_mode == SP_DEFAULT ) in emit_cdata()
H A Dsgml2pl.c459 p->dtd->space_mode = SP_DEFAULT; in pl_set_sgml_parser()
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Ddtd.h196 SP_DEFAULT, /* Default space handling */ enumerator
H A Dparser.c4205 return SP_DEFAULT; in istr_to_space_mode()
4277 case SP_DEFAULT: in emit_cdata()
4312 if ( p->environments->space_mode == SP_DEFAULT ) in emit_cdata()
H A Dsgml2pl.c529 p->dtd->space_mode = SP_DEFAULT; in pl_set_sgml_parser()
/dports/devel/bmake/bmake/
H A Dparse.c160 SP_DEFAULT, /* .DEFAULT */ enumerator
284 { ".DEFAULT", SP_DEFAULT, OP_NONE },
1104 case SP_DEFAULT: { in ParseDependencyTargetSpecial()
1263 case SP_DEFAULT: in ParseDependencyCheckSpec()
/dports/net/rsync/rsync-3.2.3/
H A Doptions.c1506 arg = sanitize_path(NULL, arg, NULL, 0, SP_DEFAULT); in parse_arguments()
2204 tmpdir = sanitize_path(NULL, tmpdir, NULL, 0, SP_DEFAULT); in parse_arguments()
2206 backup_dir = sanitize_path(NULL, backup_dir, NULL, 0, SP_DEFAULT); in parse_arguments()
2437 files_from = sanitize_path(NULL, files_from, NULL, 0, SP_DEFAULT); in parse_arguments()
H A Dmain.c1215 *dir_p = sanitize_path(NULL, *dir_p, NULL, curr_dir_depth, SP_DEFAULT); in do_server_recv()
1217 partial_dir = sanitize_path(NULL, partial_dir, NULL, curr_dir_depth, SP_DEFAULT); in do_server_recv()
H A Drsync.c412 sanitize_path(buf, buf, "", 0, SP_DEFAULT); in read_ndx_and_attrs()
H A Dflist.c776 sanitize_path(thisname, thisname, "", 0, SP_DEFAULT); in recv_file_entry()
1156 sanitize_path(bp, bp, "", lastdir_depth, SP_DEFAULT); in recv_file_entry()
1253 sanitize_path(thisname, thisname, "", 0, SP_DEFAULT); in make_file()
H A Drsync.h235 #define SP_DEFAULT 0 macro
H A Dexclude.c346 if (!sanitize_path(fn, merge_file, r, dirbuf_depth, SP_DEFAULT)) { in parse_merge_name()