Home
last modified time | relevance | path

Searched refs:path_truncate (Results 1 – 17 of 17) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/
H A Djson.rs158 self.path_truncate(len); in push_value()
169 self.path_truncate(len); in push_value()
188 fn path_truncate(&mut self, len: usize) { in path_truncate() method
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/tomoyo/
H A Dtomoyo.c541 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),
/dports/multimedia/libv4l/linux-5.13-rc2/security/tomoyo/
H A Dtomoyo.c541 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/tomoyo/
H A Dtomoyo.c541 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),
/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c751 path_truncate(VALUE self, VALUE length) in path_truncate() function
1555 rb_define_method(rb_cPathname, "truncate", path_truncate, 1); in Init_pathname()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dlsm_hook_defs.h97 LSM_HOOK(int, 0, path_truncate, const struct path *path)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dlsm_hook_defs.h97 LSM_HOOK(int, 0, path_truncate, const struct path *path)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dlsm_hook_defs.h97 LSM_HOOK(int, 0, path_truncate, const struct path *path)
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/
H A Dlsm.c1200 LSM_HOOK_INIT(path_truncate, apparmor_path_truncate),
/dports/multimedia/libv4l/linux-5.13-rc2/security/apparmor/
H A Dlsm.c1200 LSM_HOOK_INIT(path_truncate, apparmor_path_truncate),
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/apparmor/
H A Dlsm.c1200 LSM_HOOK_INIT(path_truncate, apparmor_path_truncate),
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/
H A Dsecurity.c1198 return call_int_hook(path_truncate, 0, path); in security_path_truncate()
/dports/multimedia/libv4l/linux-5.13-rc2/security/
H A Dsecurity.c1198 return call_int_hook(path_truncate, 0, path); in security_path_truncate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/
H A Dsecurity.c1198 return call_int_hook(path_truncate, 0, path); in security_path_truncate()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/syscalls/
H A Dcalls.c391 static void* path_truncate (const char *path, file_offset_t *length) { in path_truncate() function
440 if (ON_PNAMESTRING(STACK_2,path_truncate,&length))
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A DChangeLog13292 * modules/syscalls/calls.c (path_truncate, stream_truncate)
13302 * modules/syscalls/calls.c (path_truncate) [WIN32_NATIVE]: fix logic
13344 (path_truncate): do not do begin/end_system_call and error
13490 * modules/syscalls/calls.c (path_truncate, stream_truncate): call
13497 * modules/syscalls/calls.c (path_truncate, stream_truncate, FILE-SIZE):
13505 (path_truncate, stream_truncate): accept length of type file_offset_t
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.312470 * ext/pathname/pathname.c (path_truncate): Pathname#truncate translated