/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/ |
H A D | sched_policy.cpp | 36 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 D | sched_policy.h | 26 SP_DEFAULT = -1, enumerator
|
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include/cutils/ |
H A D | sched_policy.h | 43 SP_DEFAULT = -1, enumerator
|
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include_vndk/cutils/ |
H A D | sched_policy.h | 43 SP_DEFAULT = -1, enumerator
|
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/include/processgroup/ |
H A D | sched_policy.h | 42 SP_DEFAULT = -1, enumerator
|
/dports/net/rsync/rsync-3.2.3/patches/ |
H A D | backup-dir-dels.diff | 243 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 D | link-by-hash.diff | 268 + 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 D | sched_policy.cpp | 36 return p == SP_DEFAULT ? SP_SYSTEM_DEFAULT : p; in _policy()
|
/dports/lang/yap/yap-6.2.2/packages/sgml/ |
H A D | dtd.h | 173 SP_DEFAULT, /* Default space handling */ enumerator
|
H A D | parser.c | 4088 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 D | sgml2pl.c | 459 p->dtd->space_mode = SP_DEFAULT; in pl_set_sgml_parser()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/ |
H A D | dtd.h | 196 SP_DEFAULT, /* Default space handling */ enumerator
|
H A D | parser.c | 4205 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 D | sgml2pl.c | 529 p->dtd->space_mode = SP_DEFAULT; in pl_set_sgml_parser()
|
/dports/devel/bmake/bmake/ |
H A D | parse.c | 160 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 D | options.c | 1506 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 D | main.c | 1215 *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 D | rsync.c | 412 sanitize_path(buf, buf, "", 0, SP_DEFAULT); in read_ndx_and_attrs()
|
H A D | flist.c | 776 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 D | rsync.h | 235 #define SP_DEFAULT 0 macro
|
H A D | exclude.c | 346 if (!sanitize_path(fn, merge_file, r, dirbuf_depth, SP_DEFAULT)) { in parse_merge_name()
|