Searched refs:to_node (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl139 proc ::huddle::to_node {src {tag ""}} {
177 set value [to_node $value]
323 lappend resultL $key [huddle to_node $value $str]
334 lappend resultL $key [huddle to_node $value]
395 lappend resultL [huddle to_node $value $str]
405 lappend resultL [huddle to_node $value]
H A Dyaml.tcl1218 lappend resultL $key [huddle to_node $value !!str]
1242 lappend resultL [huddle to_node $value !!str]
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_network.h168 struct node_entry *to_node, /* node to move over (ignored if NULL) */
169 struct node_entry *to_dir_node, /* directory node move into (ignored if to_node != NULL) */
170 char *to_name, /* new name for the object (ignored if to_node != NULL) */
171 size_t to_name_length, /* length of to_name (ignored if to_node != NULL) */
173 /* NOTE: the destination either is to_node, or is the combination
H A Dwebdav_network.c5287 /* NOTE: this will call network_dir_is_empty() if to_node is a valid and a directory.
5292 struct node_entry *to_node, /* node to move over (ignored if NULL) */
5293 struct node_entry *to_dir_node, /* directory node move into (ignored if to_node != NULL) */
5294 char *to_name, /* new name for the object (ignored if to_node != NULL) */
5295 size_t to_name_length, /* length of to_name (ignored if to_node != NULL) */
5372 if ( to_node != NULL )
5374 /* use to_node */
5376 /* create a CFURL to the to_node */
5377 destinationUrlRef = create_cfurl_from_node(to_node, NULL, 0);
5384 if ( to_node
5289 network_rename( uid_t uid, struct node_entry *from_node, struct node_entry *to_node, struct node_entry *to_dir_node, char *to_name, size_t to_name_length, time_t *rename_date) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6034 struct nameidata from_node, to_node; member in struct:__anon14910
6039 tond = &__rename_data->to_node;

Completed in 102 milliseconds