Lines Matching refs:sshbuf_get_cstring

739 	if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||  in process_open()
896 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_do_stat()
983 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_setstat()
1083 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_opendir()
1169 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_remove()
1187 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_mkdir()
1207 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_rmdir()
1225 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_realpath()
1252 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_rename()
1253 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_rename()
1305 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_readlink()
1329 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_symlink()
1330 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_symlink()
1349 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_posix_rename()
1350 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_posix_rename()
1369 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_statvfs()
1407 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_hardlink()
1408 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_hardlink()
1445 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_extended_lsetstat()
1525 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_expand()
1672 if ((r = sshbuf_get_cstring(iqueue, &username, NULL)) != 0) in process_extended_home_directory()
1753 if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0) in process_extended()